Home Forums WoodMart support forum Header Colors

Header Colors

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #274689

    Wal
    Participant

    Hello,

    How to choose a specific color for text and icons in the header?

    Regards

    #274745

    Hello,

    You need to do it with Custom CSS. Please provide the URL of the website with some relevant screenshots which you want to change to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #274765

    Wal
    Participant

    Hello Aizaz,

    I just want to change the color to golden for all text and icons in the header. Please share the CSS that I need to add.

    Regards

    #274830

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-light .navigation-style-underline .item-level-0 >a {
        color: gold;
    }
    
    .wd-tools-element .wd-tools-icon {
        color: gold;
    }

    Regards.
    Xtemos Studios

    #274906

    Wal
    Participant

    Hello Aizaz,

    It did not change everything? Some text and icons are still white.

    Regards

    #274986

    Hello,

    Please add the code to the Global Custom CSS area and then tell me to check it myself and help you out accordingly.

    Because currently the code is not added.

    Regards.
    Xtemos Studios

    #275027

    Wal
    Participant

    Dear Aizaz,

    Please check

    Regards

    #275035

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-light .navigation-style-underline .item-level-0.current-menu-item>a {
        color: gold;
    }
    
    .whb-color-light .woodmart-shopping-cart .woodmart-cart-subtotal .amount {
        color: gold;
    }

    Regards.
    Xtemos Studios

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