[Resolved] Hide title on brand pages

Home Forums Support [Resolved] Hide title on brand pages

Home Forums Support Hide title on brand pages

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1633877
    Mårten

    Hi,

    I try to find a way to hide the headline on the brand pages but I do not succeed.

    I have tested with the following code:

    .page-id-559 .woocommerce-products-header {
    display: none;
    }

    Please see link to page in private information field.

    Do you have an easy solution to the problem? 🙂

    Thanks in advance!

    #1634114
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .product[class*="pwb-brand"] .woocommerce-products-header__title {
      display: none;
    }
    #1634132
    Mårten

    YES!

    Thank you guys! 🙂

    #1634134
    Mårten

    I’m sorry but the headlines under the “regular” category pages are now hidden as well.

    #1634401
    David
    Staff
    Customer Support

    Hmmm… which means the Brand class is also being added to them – can you share a link to a Brand Page and a non-brand category page.

    #1634430
    Mårten
    #1634583
    David
    Staff
    Customer Support

    Try this:

    body[class*="tax-pwb"] .woocommerce-products-header__title {
      display: none;
    }
    #1635215
    Mårten

    It works!

    Thank you so much!

    #1635284
    David
    Staff
    Customer Support

    You’re welcome

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