Home › Forums › WoodMart support forum › Custom Header for Brand Page › Reply To: Custom Header for Brand Page
December 30, 2019 at 12:52 pm
#165574

Aizaz Imtiaz Awan
Keymaster
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.