I want to change the background colour of search button

Posted in: Newsmag
Post count: 43

I want to change the background colour of search button from both places, from “BLACK” to #006bb3. Look at the both images: http://www.screencast.com/t/PHbOTHRV72aI and http://www.screencast.com/t/Ocp8znnP

Post count: 6535

Hi

Please use this custom css:


.td-head-form-search-wrap input[type=submit]{
background-color:#006bb3;
}

It should work like this:
http://screencast.com/t/SVIX1HGoI
http://screencast.com/t/T1PqPggfSR

Post count: 43

It does not work in this search button background, http://www.screencast.com/t/Ocp8znnP

Post count: 7909

Hi,

The above css is for menu search button, please try this custom for you search template button – http://screencast.com/t/uXCePWPPMs

.search-page-search-wrap input[type=submit]{
background-color:#006bb3;
}

Thanks!

Post count: 43

Sir! I want to make one more changes i’m sorry i forgot to tell, I want to change the search button background hover to Black. Only in this search button http://www.screencast.com/t/g0lyrPgJC

Post count: 6535

Hi

Please use this custom css:

.td-head-form-search-wrap input[type=submit]:hover {
background-color:black!important;
}

It should work fine: http://screencast.com/t/DHzCHabQfOg

Thabks!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.