Hi,
Looking for css to remove the count form the category pages i have created using shortcodes
Thanks,
Brent
Hi,
Looking for css to remove the count form the category pages i have created using shortcodes
Thanks,
Brent
Hi Brent,
Thanks for writing in! Add the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.
.woocommerce .product-category .count {
display: none;
}
Make sure to purge server cache (if you’re using a caching plugin) and clear your browser cache before testing.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.