Hi,
Just bought and setup Enfold in the Photograph layout (http://kriesi.at/themes/enfold-photography/)
I’ve removed the social links from beneath the left navigation (don’t need them) but a horizontal line remains… so the navigation now looks like;
_______________
Home
About
Portfolio
Contact
_______________
How can I remove the line above and below the navigation with custom CSS please?
Thanks,
Sam
Hi sjwmobile!
Add this to your custom CSS.
#header_main {
border-bottom: 0 none;
}
Regards,
Elliott