This topic has 4 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
how can we replace the up and down arrows with just a regular + (plus sign) on product categories in woocommerce see attached: https://prnt.sc/26vhd1m
Hello,
Use the next custom CSS code:
.product-categories .et-down-arrow:before,
.product-categories .et-up-arrow:before {
content: "\e910" !important;
}
Regards
Awesome. thanks!
You’re welcome!
Regards
Tagged: online store, open more, product categories, shop, themes, woocommerce, wordpress
The issue related to '‘product categories woocommerce open more’' has been successfully resolved, and the topic is now closed for further responses