This topic has 6 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hi,
Currently the Add to Cart button on product page is in red color.
However, is it possible to change into ” black color”?
Hello,
Do you want to change background color of the button or text color?
Thank you.
Regards,
Eva Kemp.
Take a look on the private content
Hello,
I’ve added the following code into custom.css file:
.single-product-page .product-info .button {
background-color: black;
border: black 1px solid;
}
Please check.
Regards,
Eva Kemp.
Hi,
I think when you help me change the color, all my tab button changed.
The wordings remain white. It is quite hard to see. Is it possible to help me change the color?
Besides, it looks a bit weird with the search ” icon” in black”.
Can it be remove?
Take a look on this page.
http://thelovefascino.com/product/off-shoulder-crop-top
Hello,
I’ve replaced code above to this. Check it.
.single-product-page .product-info .single_add_to_cart_button{
background-color: black;
border: black 1px solid;
}
To align search icon and search field in one row you can add following code into custom.css file.
.single-product-page .et-mega-search form input[type="text"]{
width: inherit;
}
Regards,
Robert Hall.
The issue related to '‘Add to Cart button color changed’' has been successfully resolved, and the topic is now closed for further responses