Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #958647

    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

    #958817

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.