Home Forums WoodMart support forum Two questions about sub-header categories

Two questions about sub-header categories

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #188288

    kyplab
    Participant

    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.

    #188293

    kyplab
    Participant

    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.

    #188334

    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

    #188366

    kyplab
    Participant

    No I mean the black background behind the links.

    #188381

    kyplab
    Participant

    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.
    #188481

    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

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