Home › Forums › WoodMart support forum › Issue with SVG Logo › Reply To: Issue with SVG Logo
May 25, 2021 at 8:01 am
#295205
Aizaz Imtiaz Awan
Keymaster
Hello,
We are Glad that one of your issues has been Resolved.
For the header try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
body .whb-sticked .whb-general-header {
background-color: white;
}
body .whb-sticked span.nav-link-text {
color: black;
}
body .whb-sticked .wd-account-style-text .wd-tools-text {
color: black;
}
body .whb-sticked .wd-tools-element .wd-tools-icon {
color: black;
}
Best Regards