Home Forums WoodMart support forum Main Header color / Mobile

Main Header color / Mobile

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

    immolib
    Participant

    Hi

    When i try to edit my main header on mobile, even if i change loght or dark mode, the two icons ( menu and cart) are always white.
    Is there any problem ?

    #378304

    Hello,

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

    .wd-header-cart .wd-tools-icon:before {
    color: black;
    }

    Best Regards

    #378323

    immolib
    Participant

    Not working

    I even tried to desactivate allplugins but those items are still totally white

    in the theme options, i have the following codes in CSS. Is this from you ?

    @import url(‘https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap’);

    • This reply was modified 1 year, 9 months ago by Luke Nielsen.
    #378410

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #378424

    immolib
    Participant

    Here it is

    Thanks

    #378600

    Hello,

    Please replace the previous CSS with the following the check back.

    header .wd-header-cart .wd-tools-icon:before {
    color: red !important;
    }

    header .wd-header-mobile-nav .wd-tools-icon:before {
    color: red !important;
    }

    And the CSS added under the Custom CSS tab is not from our theme.

    Best Regards

    #378619

    immolib
    Participant

    the mobile css ?

    #378744

    Hello,

    Yes you need to put the CSS provided in my above reply in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    Best Regards

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