Hi,
I’m wanting to change the color of the search submit button colors to where it is one color in the Main Navigation and another in the Sidebars (on certain pages). What class(es) would I specify to do this? I have already used #top #searchsubmit
to specify the background-color in the sidebar.
I will include a link to the site in a private post following this one.
In the Main Navigation (want to change this color)
http://postimg.org/image/50hdzlkkp/
In the Sidebar (want to keep this color)
http://postimg.org/image/lbhhvwx27/
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.sidebar #searchsubmit { background-color: red!important; }
It should change the button color on sidebar and you can use the class you targeted to change the color on header
Regards,
Yigit
Thanks for the suggestion, Yigit.
I had to slightly adjust your code, but it did work.
For anyone’s future reference, this is what I used to target the sidebar specific search button –
#top .sidebar #searchsubmit