Hi , I tried this code >
.socket_color a, .socket_color .widget_first, .socket_color strong, .socket_color b, .socket_color b a, .socket_color strong a, .socket_color #js_sort_items a:hover, .socket_color #js_sort_items a.active_sort, .socket_color .special_amp, .socket_color .taglist a.activeFilter {
color: red;
}
But it doesn’t work
Hi,
Please use this on your custom.css or Quick CSS.
#socket .sub_menu_socket .menu-main-menu-container ul li a {
color: red;
}
Regards,
Ismael
Hi , I tried it , wont work.
Hi,
Are you talking about the text color of the menu at the bottom?
Please try this:
#top .sub_menu_socket ul:first-child > li > a {
color: red;
}
Regards,
Ismael
yup , navigation text, thanks works now =)