• Hi there

    I cannot change the color of the drop down menu in green (rgb( 170, 211, 129))
    At the moment it is in blue (when you click on “nos formations”
    Any chance you could hep me?

    I already have this additional CSS:
    div {
    text-align: justify;
    text-justify: inter-word;
    }
    .slide-caption {
    display: none;
    }
    .navbar {
    border-bottom: 7px solid #aad381;
    }
    .navbar-default .navbar-nav > .active > a{
    color: rgb( 170, 211, 129) !important;
    }
    .navbar .navbar-nav > li > a:hover{
    color: rgb( 170, 211, 129) !important;
    }
    .btn-wrap a {
    background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu {
    background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > li > a:hover{
    background-color: rgb(170, 211, 129) !important;
    }
    .dropdown-menu > li > a:focus{
    background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > li > a {
    border-bottom: 1px solid rgb( 170, 211, 129) !important;
    }
    .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > .active > a{
    background-color: rgb( 170, 211, 129) !important;
    }

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, sakinadipace

    To change the drop-down menu color, add the given below CSS code in your custom CSS box:

    .dropdown-menu > li > a {
        background-color: rgb( 170, 211, 129) !important;
    }

    I hope it will work for you!

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Drop Down Menu’ is closed to new replies.