test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • braghieri73037 Developer
    #205273

    HI,

    i have a simple site for test.

    http://devarea3.giovannino.info/index.php/homepage/landing-page

    When the page appears the first time, the color of menu is black even if the style of module is Dark.

    When scroll down and scroll up the menu switch to correct color (White)

    Thank’s for answer

    Braghieri

    Saguaros Moderator
    #565837

    Hi Braghieri,

    You can try opening the file: /templates/ja_cagox (your default template)/css/custom.css (create this file if it doesn’t exist)

    and add this rule:


    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff !important;
    }

    braghieri73037 Developer
    #566923

    OK.. i try it… but only the first menu is now blank and only the character.. not the icon for open the menu

    Saguaros Moderator
    #566978

    You can add more css rules into above ‘custom.css’ file:


    .navbar-default .navbar-nav > li > a { color: #FFFFFF; }
    .navbar-default .navbar-nav > .dropdown > a .caret,
    .navbar-default .navbar-nav > .open > a .caret,
    .navbar-default .navbar-nav > .open > a:hover .caret,
    .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    }

    braghieri73037 Developer
    #567729

    Perfect! thank you!

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

This topic contains 5 replies, has 2 voices, and was last updated by  braghieri73037 9 years, 7 months ago.

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