Skip to content

Instantly share code, notes, and snippets.

@aeron7
Created March 17, 2023 14:32
Show Gist options
  • Save aeron7/2063fc9f9ea30cce872972c5644be371 to your computer and use it in GitHub Desktop.
Save aeron7/2063fc9f9ea30cce872972c5644be371 to your computer and use it in GitHub Desktop.
Barcelona Theme Main Menu CSS Deprecated
/* Barcelona Theme Main Menu CSS Deprecated*/
.navbar-nav > li > a, .sub-menu a {
font-size: 15px !important;
text-transform: capitalize !important;
font-weight: normal !important;
}
.navbar-nav > li > .sub-menu {
border: 1px solid #CC3232 !important;
background-color: #CC3232 !important;
color: #ffffff !important;
}
.sub-menu {
padding: 0px !important;
}
.navbar-nav > li > .sub-menu > li .sub-menu{
border: 1px solid #273044 !important;
background-color: #273044 !important;
color: #ffffff !important;
}
.navbar-nav > li > .sub-menu > li .sub-menu:hover{
border: 1px solid #CC3232 !important;
background-color: #CC3232 !important;
color: #ffffff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment