Changing Colour of Single Image/Search Button

Posted in: Newspaper
Post count: 47

Hello,

I`d like to change the colour of the “single image”-background or the colour buttons like “search” or “in the cart” from black to another colour – like #004080. How I can manage this for my page http://www.cadzand-online.de.?

Thanks for support,
Michael from Germany

Post count: 22421

Hello,

You will have to be more specific with your request so we can better understand how to help. Please provide screenshots of the elements you want to change the color to so we can provide the proper solution.

Thank you!

Post count: 47

Hello, here are some screenshots of http://www.cadzand-online.de…at first its the "search"-button by default black...Id like to have this in another colour..

Thanks, best regards
Michael

Post count: 22421

Hello,

For the search form, you can use this css code to change the color:
.td-search-form input[type=submit]{
background-color:red!important;
}

The image titles can be changed with this code:
.wpb_singleimage_heading{
background-color: red!important;
}

As for the add to card:

.woocommerce .product a.button, .woocommerce .product #respond input#submit, .woocommerce .checkout input#place_order, .woocommerce .woocommerce.widget .button {
background: none red;
}

Simply change the word red inside the code.

Thank you!

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