Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293504

    rose
    Participant

    Header

    #293585

    Hello,

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

    header.whb-header.whb-overcontent .wd-nav-main>li>a {
        color: white;
    }
    
    header.whb-header.whb-overcontent .wd-account-style-text .wd-tools-text, .wd-tools-element>a {
        color: white;
    }
    
    .whb-sticked .wd-account-style-text .wd-tools-text, .wd-tools-element>a {
    color: black;
    }
    
    .whb-sticked .wd-nav-main>li>a {
    color: black;
    }

    Best Regards

    #293626

    rose
    Participant

    Thanks for your quick response, but not working properly.

    #293650

    Hello,

    You are Most Welcome.

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

    .whb-sticky-shadow.whb-sticked .wd-nav-main>li>a {
        color: black !important;
    }
    
    header.whb-header.whb-overcontent .wd-account-style-text .wd-tools-text, .wd-tools-element>a {
        color: white;
    }
    
    .whb-sticky-shadow.whb-sticked .wd-account-style-text .wd-tools-text, .wd-tools-element>a {
    color: black;
    }

    Then clear cache and check back.

    Best Regards.

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