Greetings,
Can I know how to put red color at the bottom border header menu?
For example:
Regards,
a link would be nice to really understand the issue.
But i think i know what you mean:
.avia-menu-fx {
background-color: blue !important;
}
color could be hex-code, rgb, rgba hsl etc. pp
I have tried the codes but it’s not working.
Here is the link the output that I want:
https://www.dropbox.com/s/3xr5xbovbchf6su/kriesi%20support%20header%20border%20bottom%20color.jpg?dl=0
Blue background and red border at the bottom.
Regards,
this is no link – it is a screenshot – where do i get the code info about that.
Please a link would be nice
and by the way – on enfold every menu link got an underline ? strange behavior.
I managed to find the solution,
#header #header_main_alternate .container {
border-top: 6px solid red;
}
I follow your advise Guenni007 that it strange when every menu link got an underline, so I decide to put the border on top of the menu.
Thank you