This topic has 12 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
how do i change the default product buttons please? I would like them to be filled in buttons…
Hello,
Could you please show a screenshot what buttons you’d like to have?
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.etheme_add_to_cart_button {
background-color: black;
}
Regards,
Eva Kemp.
i also wanna change the font color, how do i change both font color and back ground of button?
Hello,
Please add this code in custom.css file:
.etheme_add_to_cart_button {
background-color: black;
font-family: arial;
}
Change the values to yours.
Thank you.
Regards,
Eva Kemp.
ok but i wanted to change the font colour also, not the font family???
Hello,
In this case you need add this code
.etheme_add_to_cart_button {
background-color: black;
color:red;
}
Regards,
Robert Hall.
sorry maybe i am not making myself clear, i would like the filled background,
background colour: #f08498
then the font inside the button should be #ffffff
i cant seem to change the font colour without changing the entire font color of the whole website!
Please add following code into custom.css file.
.etheme_add_to_cart_button {
background-color: #f08498;
color:#ffffff !important;
}
Regards,
Robert Hall.
Thank you that worked!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Product buttons’' has been successfully resolved, and the topic is now closed for further responses