This topic has 7 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Hi,
Is there a way to add a thin black border to the header area where the logo is?
(Between the menu and the top bar).
Thanks a lot.
Hello,
Please try to add the following code into the custom.css:
.header1 {
border-bottom: solid 1px #000;
}
If it’s not what would you like please provide us with screenshot and show there how the border should looks like.
Regards,
Jack Richardson
Thanks so much!
That’s perfect…all I would like now is to have another one on top.
Screenshot below…the crappy uneven red line is where I would like the top border placed.
Thanks again for your help!
OR…(sorry, just thought of this) maybe it is possible just to change the double-lines bordering the main nav menu and the dotted border under the top header area to black, and avoid the extra lines?
Hello,
Firstly remove previously added code and then add this code into the custom.css:
.top-bar .container {
border-bottom: 1px solid #000;
}
.main-nav {
border-top: 1px solid #000;
}
Regards,
Jack Richardson
That looks great, thanks!
have a great day.
Hello,
You’re welcome.
Have a good day too!
Regards,
Eva Kemp.
The issue related to '‘Add border to header’' has been successfully resolved, and the topic is now closed for further responses