Drop Down Menu
-
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]
- The topic ‘Drop Down Menu’ is closed to new replies.