How do I remove the line under the header in Enfold theme? It is the grey line that is under logo and menu area of header.
Thanks much,
Chris
Hi,
You can add something like this on your custom.css or QUick CSS
#header_main {
border-bottom: none;
}
Regards,
Ismael
Thanks Ismael, just realized I can change the colors in theme settings also :)
Much appreciated,
Chris