How can I get rid of the rules (border) that sit below the header and below the main title
I’ve tried altering the main and alternate border colors, but it affects other elements as well
Thanks
Hey Paul!
Thank you for visiting the support forum.
Please use this on Quick CSS or custom.css to remove the bottom border of the header:
#header_main {
border-bottom: none;
}
Cheers!
Ismael
Hi
Please add following code to Quick CSS as well
#main .container_wrap {
border-top: none;
}
Cheers!
Yigit
thanks yigit