This topic has 2 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Rose Tyler
Hello, I wanted to know if it was possible to modify the visual of the subcategories:
I explain, by sending you a screen:
https://imgur.com/Q98Aug6.png I would like the rectangles to have light borders of 1 or 2 px of color #2a052c
And that the subcategories and the products are divided by a big line to allow a separation between the two:
https://imgur.com/GGq2qQx.png
Hello,
Thanks for using our theme and for contacting us.
1/ Add the next code in Theme Options > Theme custom CSS:
.category-grid .categories-mask {
border: 1px solid #2a052c;
}
2/
.etheme-woocommerce-categories-products-separator {
border-top: 1px solid #2a052c;
}
Regards
Tagged: best selling, modify, persuasive, subcategories, themes, visual, woocommerce
The issue related to '‘How to modify the visual of the subcategories ?’' has been successfully resolved, and the topic is now closed for further responses