Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • multimediavideo Friend
    #818988

    Hello,
    how change to background menĂ¹ and text color? View attachments


    1. Schermata_2015-12-17_alle_19_13_01
    Ninja Lead Moderator
    #819518

    Hi,

    In this case, you have to make a custom from CSS style on your iste.

    Open templates/ja_events_ii/css/custom.css file, add css style below

    @media (min-width: 992px) {
        .header-trans .t3-header-wrap.affix {
            background: #fff;
        }
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li.dropdown.active > .dropdown-toggle, .navbar-default .navbar-nav > li > a {
        color: rgba(0,0,0,0.86);
    }
    
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > li.dropdown.active > .dropdown-toggle:hover, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .navbar-default .navbar-nav > li.dropdown.active > .dropdown-toggle:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > .separator:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > .separator:focus {
        color: rgba(0,0,0,0.86) !important;
        font-weight: bold;
    }

    Regards

    multimediavideo Friend
    #819948

    Thank You for support
    MVE

    nandokolnikow Friend
    #1002962

    Hi, I created a custom.css and added your style.

    Result; text color changed on all pages/layouts, but the backgriund color changed only on the page with feature-intro layout. On pages with default or without sidebar layout the background color is still dark.

    Any idea ?

    Ninja Lead Moderator
    #1003016

    Hi,

    You can provide me the URL of your site and admin login via private reply. I will check it for you

    Regards

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 7 years, 10 months ago.

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