Home Forums WoodMart support forum Hide page-title for an specific woocommerce categorie

Hide page-title for an specific woocommerce categorie

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #116633

    [email protected]
    Participant

    Hi, Googled for quite some time now to find a solution to hide the “page-title” (in attachment) for a woocommerce categories or attribute. does someone know how to hide this element for our store?

    the category id 7630 does someone know a solution?

    thx!

    Attachments:
    You must be logged in to view attached files.
    #116635

    [email protected]
    Participant

    to clarify my question its for 1 specific categorie not all categories.

    #116670

    Hello,

    You want to hide the title only for one category, right? It is possible with the custom CSS. Please provide the category URL.

    Best Regards

    #116671

    [email protected]
    Participant

    Hello Elise,

    thx. yes only for this categorie url.

    https://education.royaljongbloed.com/categorie/alle-zichtzendingen/

    cheers.

    #116721

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.term-alle-zichtzendingen .page-title {
    display:none;
    }

    Best Regards

    #116723

    [email protected]
    Participant

    Awesome!. thx for this quick and great support.

    #116748

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Hide page-title for an specific woocommerce categorie’ is closed to new replies.