Home › Forums › WoodMart support forum › Header typography colors › Reply To: Header typography colors
August 6, 2022 at 3:09 pm
#395899

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav[class*="wd-style-"]>li.current-menu-item>a {
color: red;
}
For hover try the following Custom CSS:
.wd-nav[class*="wd-style-"]>li > a:hover {
color: orange;
}
Best Regards
-
This reply was modified 2 years, 7 months ago by
Aizaz Imtiaz Awan.