• Resolved formidleriet

    (@formidleriet)


    I’ve changed the color of the main menu in the plugin Custom Css and now I also want to change the color when you hit the search button – so they match.
    The color in the search area now is the default blue.

    My website is http://www.formidleriet.dk

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can see you changed your theme from Edin to Goran, which doesn’t have a default search button.

    In case you’re still interested in the solution, the custom CSS to change the background colour of the search box in Edin is as follows:

    .search-wrapper {
        background: #1279be;
    }

    The value of #663399 can be changed to any colour code of your choice.

    Hope that’s helpful.

    Thread Starter formidleriet

    (@formidleriet)

    Thanks a lot! Yeah, I just tried to change it.

    Perfect! You know where to find us if any extra questions come up.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change color when hitting search button’ is closed to new replies.