• Resolved lorkin

    (@lorkin)


    Hi ??

    I’m looking for help to find how to removed easly without plugin the category tag showed in my product preview on my home page (you can use my link)

    You can see on the home page some product have “Accessoires, Jean, Jeanne” etc showed, i don’t need that and i want to hide it.

    Thanks for your help !

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello

    l’information m’intéresse également car cela ne fais pas très propre.
    attendons sagement la solution…..

    Plugin Support tijosh

    (@tijosh)

    Hi @lorkin,

    The product layout on the page is set by the site’s theme. I’d suggest checking in the theme settings for an option to disable the category display in the product archives.

    This CSS will also remove the categories from view, although it is really just a workaround, and it’s better to change the theme settings if possible:

    .woocommerce ul.products li.product span.posted_in {
        display: none;
    }

    Note that the CSS will only work for this specific theme.

    Thread Starter lorkin

    (@lorkin)

    Hm, i checked for JupiterX but i didn’t find anything ?? Let me test this code !
    Thansk for help

    Thread Starter lorkin

    (@lorkin)

    Oh damn, you are my angel Josh ??

    Thansk you !!

    Plugin Support tijosh

    (@tijosh)

    Happy to help! I’ll close this topic as solved, then. If you need help with something else, please feel free to open a new topic.

    je vais le tester aussi

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[WOOCOMMERCE] HOW TO REMOVED SHOWED CATEGORY PRODUCT ON THE HOME PAGE’ is closed to new replies.