Home Forums WoodMart support forum Changing colours Reply To: Changing colours

#330224

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>a {
    color: #61fa0a;
}

.wd-tools-text {
    color: #61fa0a;
}

.wd-tools-icon:before {
    color: #61fa0a;
}

Best Regards