Hi,
I only want to make the small line under the header and between content area and sidebar area to be invisible.
In an other topics of your support area you gave the advice to use the custom CSS
body * { border: none !important; }
With this CSS Code the two lines disappear but also a lot of other lines in your theme got invisible.
So I need the Custom CSS to ONLY make the the small line under the header and between content area and sidebar area to be invisible.
Thanks a lot.
Hi ohormes!
Please add following code to Quick CSS
#header_main .container, .content, .sidebar, #header_main_alternate {
border: none!important;
}
Best regards,
Yigit
Hi Yigit,
the the small line between content area and sidebar area is now invisible.
But the the small line under the menu under the header is still visible.
Best regards,
Oliver
Hey!
Please flush browser cache and refresh your page a few times. All mentioned borders are removed on my end
Regards,
Yigit
Hi Yigit,
I see the small line under the menu under the header in my chrome browser but not in the firefox browser?!
Best regards,
Oliver
Hi!
I checked the site but I don’t see any lines under the menu items. Please provide a screenshot. Use imgur or dropbox.
Cheers!
Ismael
Hi Ismael,
in the screenshot you see the small line under the menu.
I checked it in chrome, firefox and iOS.
Oliver
Hey!
Please add following code to Quick CSS as well
.main_color.container_wrap {
border-top: none!important;
}
Cheers!
Yigit
It works!
Thanks a lot!