Hello,
I want to add two lines under the head. Is this posible?
Hi spavli2!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
#header { border-bottom: 2px solid red !important; }
#header_main { border-bottom: 2px solid black !important; }
Best regards,
Elliott
Hey!
Instead try adding Elliott’s code to the general custom style section in the custom.css file located in your theme folder’s css folder.
Cheers!
Arvish
It works, thanks Arvish..
how could i move second line 1px lover? so it would be white space between..
Hi!
Please add following code to Quick CSS
#header_main { margin-bottom: -5px; }
Cheers!
Yigit
best support ever.
THANKS!