Change submit button color

Posted in: Newspaper
Post count: 5

Hello everybody
I have a question, might look newbie kinda, about the color of search button at theme header…. How can I change it?? It is black when I click on search icon and change to theme’s default color on hover.
Any help?? And thanks in advance

Post count: 23312

Hello Mshamza,

Please try the code below if you want to change the color of the search button (and color on hover). Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/WlEmpdmx

input[type=submit] {
background-color: red;
}
.header-search-wrap .td-drop-down-search .btn:hover {
background-color:green;
}

The result you should see here:
http://screencast.com/t/pYohsB7yhttp://screencast.com/t/fX922Ex98S9

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 5

Hello Catalin, and thanks for the fast helpful reply.
That was helpful changing the color, yet didn’t work on hover…. It changes to the original theme accent color, which is okay with me, I am so so happy with this professional and thorough support made me feel lucky buying this theme.

Post count: 23312

Hello Mshamza,

I’ve tested again on my side and the code works properly. Please try to use with !important tag, like below:

.header-search-wrap .td-drop-down-search .btn:hover {
background-color:green!important;
}

Hope this helps and let us know how it goes!

Thank you for the message and thank you for purchasing our product!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.