I want to change the colour of the links and the separator on the top menu (for links and phone number etc) – can you help with the CSS ?
Thanks !
Hey mikemurphy10!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.header_color .sub_menu>ul>li>a { color: white; }
.header_color li { border-color: white; }
.header_color span { border-color: white; }
.header_color .phone-info { color: white; }
Best regards,
Yigit
Thats great thanks