Comments Magg0t started the conversationApril 6, 2019 at 3:46pmHi,I want to add a border color above the menu bar, I've almost managed to do it but the border is not on the full page, see image attached.Here is what I put in the custom code :#navigation.header-1 .container{border-top: 5px solid ; border-top-color: #004863;}#navigation.header-1 { border-top: 0 transparent !important;}Thank you for your help !Magali 2,700PenciDesign repliedApril 7, 2019 at 10:54amHi,Please try use this code: #navigation.header-1{ border-top: 5px solid #004863 !important; height: 65px; } Best Regards,PenciDesign1 LikeMagg0t repliedApril 7, 2019 at 11:06amThank you so much !!! :) Sign in to reply ...
Hi,
I want to add a border color above the menu bar, I've almost managed to do it but the border is not on the full page, see image attached.
Here is what I put in the custom code :
#navigation.header-1 .container{
border-top: 5px solid ;
border-top-color: #004863;
}
#navigation.header-1 {
border-top: 0 transparent !important;
}
Thank you for your help !
Magali
Hi,
Please try use this code:
Best Regards,
PenciDesign
Thank you so much !!! :)