Support Forum

Simple:Press Hijacking the Header.

DD Damien Dasher
Damien Dasher
Member

Hello,

I have the latest version of simple:press installed and I am using the Genesis framework. I notice that  I have some extra css formatting around my search form only on the forum page. You can see it here http://www.diabloanalytical.com/support/forum/, but not on any other page. Any help is appreciated.

3 Answers

New Answer

BR Brandon
Brandon
Member

That is coming from whatever you are using to create the fancy WP login/registration form. It is basically changing all the forms on your site so it is also affecting the login form box in Simple:Press when it opens up and probably elsewhere.

There is an entry in it’s CSS for “.login form, form”

A couple of ways around this you could try.

It probably only needs to be “.login form” you could try changing that or find the entry and remove the box-shadow entry.

Or… You could edit your Simple:Press theme and add

#spMainContainer form {

box-shadow: none;

}

 

If you change your SP theme You should have your own custom one if you don’t already

DD Damien Dasher
Damien Dasher
Member

Thank you Sir!

I used some css to nullify it!

 

Thank you.

BR Brandon
Brandon
Member

Good deal. Glad you got it taken care of.

BTW, I do like how you setup the login/register page. Looks very professional.