Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #219429

    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/

    • This topic was modified 10 years, 3 months ago by Thinkgate.
    #219432
    This reply has been marked as private.
    #219439

    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

    #219448

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different Search Submit Button Colors – For Main Nav and Sidebar’ is closed to new replies.