Home Forums WoodMart support forum Header typography colors Reply To: Header typography colors

#395899

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