Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter marco2dii

    (@marco2dii)

    Thanks so much for your time and advice

    I managed to solve the issue following your comment on inspecting the code, the ID for that specific color is something else. The following code overrides that gray:

    .tc-regular-menu .navbar .nav > li.current-menu-ancestor > a {
    color: pink;
    }

    Best!

    Thread Starter marco2dii

    (@marco2dii)

    Thanks again, unfortunately the problem persists.

    I used the code, but the “visited” color doesn’t change. I tried setting “hover” color as none, to see if “visited” color will show. This gray color, seems to be an underneath color for all text, which is defaulted in dark grey and its staying.

    (Also dropdown menu color, set in pink is not changing)

    See code below:

    /* MAIN MENU */
    .navbar .nav > li > a {
    color: white;
    text-shadow: none
    }

    .navbar .nav > li > a:visited {
    color: blue;
    text-decoration: none;
    text-shadow: none
    }

    /*And for the submenu add:*/
    .dropdown-menu > li > a:visited {
    color: red;
    text-decoration: none;
    }

    .navbar .nav > li > a:hover {
    color: none;
    }

    /*This is the menu’s sub item*/
    .dropdown-menu > li > a {
    color: pink;
    text-decoration: none;
    }

    Thanks!

    Thread Starter marco2dii

    (@marco2dii)

    Hello debshadovitz,

    Thanks so much for the reply, I tried your code but I still can’t change what I need to modify. In the picture below, the gray color that is enabled after I click on a sub-menu or on another menu item remains the same.

    In the picture below, your color shows well in the rest, but not in the word “about” please see the picture below.

    Screen_Shot_2017_06_14_at_09_57_19<

    Many thanks

    • This reply was modified 7 years, 9 months ago by marco2dii.
    Thread Starter marco2dii

    (@marco2dii)

    Hello,

    Any clues on this?

    Cheers

    Thread Starter marco2dii

    (@marco2dii)

    Hello,

    This is the site’s url https://et-risk.eu/

    The issue happens when clicking in one of the sub menus, the main menu text turns dark grey and I cant change it

    Thanks so much!

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