Two questions about sub-header categories
-
1. The background color of sub-categories ( sub-header ) doesn`t change.
2. When I am in a sub-category page I want the other categories to be show. Check private content for link – here you can see the sub-category NEW ARRIVALS and SHIRTS, when I click on any of them I want to see the same sub-header like in the main category MEN.
I have found the answer of the second question. I activated “Show category neighbors if there is no children”.
I still have problem with the first one. The color in my admin is #ffffff, but it stays black.
Hello,
It is not clear what color you mean. If you mean this one https://prnt.sc/s2g965
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-product-categories .category-nav-link {
color: #ffffff;
}
body .woodmart-product-categories .category-nav-link:hover {
color: #ffffff;
}
Best Regards
No I mean the black background behind the links.
Please check the attachment, as you can see in the settings, background is blue, but it in the website is black.
Attachments:
You must be
logged in to view attached files.
Hello,
You need to enter the shop page and set the color for the header: https://xtemos.com/docs/woodmart/options-for-pages/
The category page inherits the settings configured in the shop page.
Best Regards