Hi
The header has fine gray lines and I want them to be white lines.
But I can’t find where to set this under Enfold/ Theme Options/ General Styling-
Thank you for your help
Peter
Hey peterg57,
Thank you for the inquiry.
You can adjust the header colors in the Enfold > General Styling > Logo Area tab, adjust the value of the Border Colors. And more options for the header styles can be found in the Enfold > Header > Header Layout panel. If you want to remove the borders and box shadow, please set the Header Style to the second option.
You can also use this css code to remove the box shadow.
.av_minimal_header_shadow {
box-shadow: none;
}
Best regards,
Ismael