Hi, I have checked the posts here for a solution but none of them seem to work. Can you tell me how to remove the line running across my header just under the logo.
I have tried the following code in Quick CSS but none of it works.
#header .container {
border: none !important;
}
.primary-background.seperator-addon.seperator-bottom {
background: none !important;
}
Many thanks
Paul
Hi Lamberty ;
try to add this line in to your css file :
#header_main{border-bottom: none !important;}
Hi!
Did you try @begrafiks suggestion and did you have any luck with it? If not, please try the following in your Quick CSS:
#header_main_alternate{
border-color: transparent !important;
}
Cheers!
Rikard