Home › Forums › WoodMart support forum › How can I change the color of Main Header Text & menu when on Overlay mode › Reply To: How can I change the color of Main Header Text & menu when on Overlay mode
January 26, 2021 at 7:18 am
#261396
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-tools-element>a {
color: white;
}
body .whb-sticked .wd-tools-element>a {
color: black;
}
Best Regards.