Home Forums WoodMart support forum Custom Header for Brand Page

Custom Header for Brand Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165535

    perelview
    Participant

    Hello!
    How is it possible to set a custom header for all ‘brand’ pages?

    Essentially, our goal is to to remove the “Categories” from under the header on Brand pages. But would be nice to know if it possible to customize brand pages as a whole?

    Thank you!

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

    Hello,

    As you want to set a custom header for attribute pages. Unfortunately it is not possible to use custom header for those attribute pages because those pages are totally inherit from the shop page.

    If you do not want to display the categories then you can use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .tax-pa_brand .woodmart-product-categories {
    	display:none;
    }

    Result: https://jmp.sh/P22uQYS

    Sorry there is no such option to separately customize the whole attribute pages..

    Best Regards.

    #165576

    perelview
    Participant

    Thank you. hotfix confirmed to work.

    #165611

    Most Welcome :-)

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Custom Header for Brand Page’ is closed to new replies.