• Resolved pedropf

    (@pedropf)


    I would like to change the color of the desktop menu bar that appears when scrolling down. It is blue by default.

    I can change the background, text and hover using this CCS code:

    .main-navigation ul li a:hover, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a {
    color: #ff0000 !important;
    }

    .main-navigation a {
    color: #fff000 !important;
    }
    .main-navigation ul li a:hover, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a {
    color: #ff0000 !important;
    }

    Any idea?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pedropf

    (@pedropf)

    Forget it, I found it in the main options…

    jeanneada

    (@jeanneada)

    Hi pedropf!

    I have the same problem. Please tell where you found it in main settings?

    Thank you in advance!

    Jeanne

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

The topic ‘Change Desktop Menu Bar color’ is closed to new replies.