Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • rachyim Friend
    #646967

    I would like to change the color only on on the navbar to #990033 and change menu text color to #ecf0f1. Help please. Screenshot attached

    TomC Moderator
    #647093

    Within your custom.css file, paste the following CSS rule:


    .t3-mainnav {
    background: #990033 none repeat scroll 0 0;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps

    TomC Moderator
    #744115

    Within your custom.css file, paste the following CSS rule:


    .t3-mainnav {
    background: #990033 none repeat scroll 0 0;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps

    rachyim Friend
    #647095

    sorry, nothing has changed. Any other idea?

    rachyim Friend
    #744117

    sorry, nothing has changed. Any other idea?

    TomC Moderator
    #647096

    Try This . . . .

    Within file path —> /templates/uber/local/css/template.css
    at line 1761, modify as follows:

    .t3-mainnav {
    background: #000 none repeat scroll 0 0;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    position: static;
    }

    Modify the color code to whatever color code you want

    TomC Moderator
    #744118

    Try This . . . .

    Within file path —> /templates/uber/local/css/template.css
    at line 1761, modify as follows:

    .t3-mainnav {
    background: #000 none repeat scroll 0 0;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    position: static;
    }

    Modify the color code to whatever color code you want

    rachyim Friend
    #647097

    This worked.. where can I modify the color if I want to?
    And the other thing is how an I change the text color in this bar?

    rachyim Friend
    #744119

    This worked.. where can I modify the color if I want to?
    And the other thing is how an I change the text color in this bar?

    TomC Moderator
    #647100

    To change the font color . . . . .

    Within file path —> /templates/uber/local/acm/header/css/style.css
    at line 1111, modify the highlighted color code (below):


    .uber-header.header-6 .navbar-default .navbar-nav > li > a {
    color: #505656;
    font-weight: 700;
    text-transform: none;
    transition: all 0.2s ease 0s;
    }

    To change the “hover” font color . . . . .

    At line 1131, modify the highlighted color code (below):


    .uber-header.header-6 .navbar-default .navbar-nav > .active > a, .uber-header.header-6 .navbar-default .navbar-nav > .alias-parent-active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    }

    TomC Moderator
    #744122

    To change the font color . . . . .

    Within file path —> /templates/uber/local/acm/header/css/style.css
    at line 1111, modify the highlighted color code (below):


    .uber-header.header-6 .navbar-default .navbar-nav > li > a {
    color: #505656;
    font-weight: 700;
    text-transform: none;
    transition: all 0.2s ease 0s;
    }

    To change the “hover” font color . . . . .

    At line 1131, modify the highlighted color code (below):


    .uber-header.header-6 .navbar-default .navbar-nav > .active > a, .uber-header.header-6 .navbar-default .navbar-nav > .alias-parent-active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    }

    rachyim Friend
    #647101

    Thank you very much .. now its perfect

    rachyim Friend
    #744123

    Thank you very much .. now its perfect

    TomC Moderator
    #647104

    Glad I could be of assistance . . . All the best with your continuing site development !! 🙂

    TomC Moderator
    #744126

    Glad I could be of assistance . . . All the best with your continuing site development !! 🙂

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

This topic contains 15 replies, has 2 voices, and was last updated by  TomC 9 years, 2 months ago.

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