Hi how do I modify header background colour to be blue (current) but with also a thin yellow line horizontal across the header bottom?
Currently this is my Custom CSS file:
.header-type-3 .logo-with-menu img {
width: 400px !important;
}
.header-type-3 .main-nav .menu {
width: 670px !important;
}
.header-type-3 {background-color:#002143;}
*{
border:none;
box-shadow:none !important;
}
.main-nav .menu > li > a:hover {
color: #FFDB00!important;
}
.main-nav .menu > li > a {
color: white!important;
}