Hello , Enfold Team .
I am having a small issue with my site , im hoping you can easily identify and help me fix this issue .
Currently on my “Shop” Page ; The page is set to currently display products and then at the bottom display the categories
However the category display ; displays my category image and a label & Product count.
If you could help me to remove the label (Text) & product count under the category image it would be appreciated
Hey TulahStyle!
Please add this code to the quick css field or child theme style.css file to hide the category titles:
#top #wrap_all h2.woocommerce-loop-category__title{
display: none;
}
Best regards,
Peter
Hey Dude .
I Entered this code into my quick css field ; but i have not seen any noticeable changes in the site ?
Hi,
Please be sure to clear your cache a few times over and add that code to the very top of quick css so that it runs first.
Best regards,
Jordan Shannon
Hi Jordan , i have tried clearing the cache a few times , and tried adding the code to the top of my quick css , and still to no avail.
i had another issue , that i had the enfold team assist me with that also had the code “#top”
Refrenced on this page ” https://kriesi.at/support/topic/changing-woocommerce-checkout-fields/#post-987528 ”
Maybe that is somehow affecting how the code is being displayed?
Thank you guys again for your continued support
Hi TulahStyle,
Best regards,
Victoria