Home Forums WoodMart support forum Customization of main header color

Customization of main header color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #654419

    hola-3548
    Participant

    Hi,
    I want to know how to customize the fixed header. I want it to be white with black text and icons. This doesn’t change the transparent header, which I want to be white.

    Attachments:
    You must be logged in to view attached files.
    #654605

    Hello,

    Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS:

    body .whb-sticked .whb-general-header {
        background-color: white;
    }
    .whb-sticked  :is(.color-scheme-light,.whb-color-light) .wd-nav[class*="wd-style-"] {
        --nav-color: #001c55;
        --nav-color-hover: #001c55;
        --nav-color-active: #001c55;
        --nav-chevron-color: #001c55;
    }
    .whb-sticked .wd-tools-element>a {
        color: black !important;
    }

    Best Regards,

Tagged: 

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