Main Header color / Mobile
-
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 ?
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
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’);
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
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
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