Hello –
I’ve tried searching for solutions for this small issue but haven’t found anything that’s working.
In the Enfold theme I have a Contact Form that looks fine except there is a light grey line around the exterior. I can’t get rid of it. Can you please help? https://fotokite.com/contact/ THANK YOU
Hey Fotokite,
Try adding the following to quick css:
This seems to be due the the Download Manager plugin. You want to look in that plugin folder, find the front.css file and edit the following:
fieldset {
border: 1px solid #dddddd !important;
padding: 10px;
border-radius: 3px;
}
Removing the !important declaration should be enough.
Best regards,
Jordan Shannon