Tagged: border color
Hello,
I would like all borders from the header not to be visible. I have selected for border color the same color as background. That works for most of the header borders but the top one belonging to the phone number/small info area still remains. I’m using the “Header with social icons and bottom” option.
Can you please tell me what to do to make that line invisible.
Thank you
Hello ullastret!
Please add following code to Quick CSS as well
#header_main { border: none; }
#header_meta { box-shadow: none; }
Cheers!
Yigit
Problem solved, thank you!!