Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • andbeyond Friend
    #695548

    I am trying to work out how to change the triangle icons in the mega-menu.
    I am using T3 BS3 blank template and developing on LOCALHOST at the moment.
    Here is a screen shot of the triangle icons I want to change, basically I want to make them orange.

    Top level of menu:

    second level of menu:

    I’ve been using firebug but I can’t seem to identify where they come from. Are they an image? a font? Where do they live?
    Any help appreciated

    pavit Moderator
    #695561

    Hi

    Try to add to the custom.css file this

    .nav .caret {
    border-top-color:#yourcolor!important;
    border-bottom-color:#yourcolor!important;
    }

    pavit Moderator
    #750710

    Hi

    Try to add to the custom.css file this

    .nav .caret {
    border-top-color:#yourcolor!important;
    border-bottom-color:#yourcolor!important;
    }

    andbeyond Friend
    #696812

    Thank you, that worked.
    Your fix styled the top level ‘carets’. To style the 2nd level ‘carets’ (in my second screen shot above) I used the folowing css code.

    .dropdown-submenu > a:after {
    border-left-color: #mycolor;
    }

    andbeyond Friend
    #750861

    Thank you, that worked.
    Your fix styled the top level ‘carets’. To style the 2nd level ‘carets’ (in my second screen shot above) I used the folowing css code.

    .dropdown-submenu > a:after {
    border-left-color: #mycolor;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  andbeyond 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum