This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
I changed the MAIN color scheme to blue however the cart icon always stays red and so do all the html buttons.
For example
.empty-category-block .btn:hover {
background-color: #e5534c !important;
border-color: #e5534c !important;
color: #fff !important;
Why are buttons forced to be red? they should match the color i choose in admin settings.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Notice the giant red icon and the button hover is still red.
Hello,
Try to use this code in style.css file of your child theme:
.empty-category-block .btn:hover {
background-color: blue !important;
border-color: blue !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up