Home › Forums › WoodMart support forum › Page design : change header on product listing pages + other pages › Reply To: Page design : change header on product listing pages + other pages
May 30, 2022 at 2:40 pm
#379892
Aizaz Imtiaz Awan
Keymaster
Hello,
1. You can try achieving this using our preset options:
https://xtemos.com/docs-topic/theme-settings-presets/
2. You can create new headers and set different headers for the pages. Please read our detailed documentation for help:
https://xtemos.com/docs-topic/how-to-set-different-header-for-specific-page/
3. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav[class*=”wd-style-“]>li.current-menu-item>a {
color: black;
}
Best Regards