• Resolved jojo29

    (@jojo29)


    Bonjour,

    j’essaye que le menu soit de couleur bleu quand il est actif et non vert. Si vous pouvez m’aider, merci d’avance.

    “I try the menu is colored blue when active and not green. If you can help me , thank you in advance.”

    That’s my code :

    .navbar-default .navbar-nav li a:hover, .dropdown-menu li a:hover, .navbar-nav .open .dropdown-menu li a:hover {
    background: #00C1CF; color: #FFFFFF;
    }

    Le site concerné : https://courskerlann.com/les-cours-par-correspondance-de-lecole-ker-lann/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Try this CSS

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav li a:hover,
    .dropdown-menu li a:hover,
    .navbar-nav .open .dropdown-menu li a:hover {
        background: #00C1CF !important;
    }
    Thread Starter jojo29

    (@jojo29)

    Cool, ?a marche! Merci beaucoup! Je n’arrivais pas à rendre bleu le menu principal sans que le menu secondaire ne soit tout bleu également.

    Parfait !

    “Cool Works! Thank you very much! I could not make blue the main menu without the secondary menu is also all blue .

    Perfect !”

    Good, please mark this topic as resolved.

    Hi @softound Solutions,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Thanks,
    Movin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu not blue eveywhere’ is closed to new replies.