Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mikel2004 Friend
    #195853

    Hi again!
    I wish to remove orange border of the icon item menu.

    Look:

    I try with this code in my custom.css but I can´t:

    .navbar .nav > .active > a {
    background-color: none;
    }

    What can I do?

    My URL site: http://veintiuno.czoom.co/

    Thanks!


    1. remove-orange-border-of-the-icon-item-menu
    chavan Friend
    #526981

    Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/template.css

    Find this code and replace this orange color #BF5600 to any color code


    .t3-mainnav {
    border-bottom-color: #BF5600;
    }

    mikel2004 Friend
    #527013

    Your code are correct? because don’t work for me.

    Any other solution to hide/remove the orange border of the icon item home menu?

    Thanks

    <em>@Chavan 416691 wrote:</em><blockquote>Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/template.css

    Find this code and replace this orange color #BF5600 to any color code

    .t3-mainnav {
    border-bottom-color: #BF5600
    }
    </blockquote>

    timtecsa Friend
    #527053

    /bootstrap.css

    line 4755 background-color: #000;

    gives:


    1. home
    chavan Friend
    #527054

    Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/bootstrap.css

    Replace this code

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #eee; text-decoration: none; background-color: #BF5600; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); }

    With

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #eee; text-decoration: none; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); }

    mikel2004 Friend
    #527231

    I get with include this code in my custom.css:

    .nav > li > a:hover {
    background-color: #fff
    color: #fff
    }

    .t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
    color: #fff
    background-color: #fff
    text-decoration: #fff
    }

    .t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
    background-color: #fff
    color: #fff
    text-decoration: #fff
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: #fff
    color: #fff
    text-decoration: #fff
    }

    .nav > li > a:hover {
    background-color: #fff
    color: #fff
    text-decoration: #fff
    }

    .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff
    color: #fff
    text-decoration: #fff
    }

    Thanks

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

This topic contains 6 replies, has 3 voices, and was last updated by  mikel2004 10 years, 7 months ago.

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