Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25384

    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

    #126740

    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

    #126741

    Hi , I tried it , wont work.

    http://www.blue2x.com

    #126742

    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

    #126743

    yup , navigation text, thanks works now =)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘socket nav color’ is closed to new replies.