This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
1/ on the 8 theme woocommerce product scroll there does not seem to be an option to hide categories from the product listings?
2/ how do we customise the colours on the add to cart buttons?
Hello,
1) Please add this code in Theme Options > Custom css:
.product .products-page-cats {
display: none;
}
.product .product-title {
margin-top: 10px;
}
2)
.etheme_add_to_cart_button{
background-color: red;
border-color: red;
color: white;
}
.etheme_add_to_cart_button:hover{
background-color: red;
border-color: red;
color: white;
}
Regards
I added the add to cart button code to the custom css however it does not work. Please check and advise.
Please clear cache and check one more time.
Regards
You must be logged in to reply to this topic.Log in/Sign up