Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #988463

    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

    #988493

    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

    #988812

    Hey Dude .

    I Entered this code into my quick css field ; but i have not seen any noticeable changes in the site ?

    #988846

    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

    #988891

    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

    #990138

    Hi TulahStyle,

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.