Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1009018

    Hi,
    i have borders everywhere out of the blue. Ist there a simple way to get rid of all of them.

    Screenshot:
    https://drive.google.com/file/d/1JFbps9EAlZe-3azO-51HEcMrj-OzySw0/view?usp=sharing

    I have already tried adding
    the following in quick css

    .container_wrap {
    border: none;
    }

    No change at all.

    I can however add a border and change the colour to the one of the background….but it would take years to apply this on every single element…

    Any help is much appreciated

    Regards,

    Toby

    • This topic was modified 6 years, 2 months ago by Mzunguman.
    #1009218

    Hey Mzunguman,

    Thank you for using Enfold.

    It is from the “thrive-visual-editor” plugin. You can remove the borders with this css code but I’m not sure how it will affect the plugin.

    [class*="third"] {
        border: 0 !important;
    }

    Best regards,
    Ismael

    #1009344

    THANK YOU!

    #1009355

    Hi,

    Great, glad Ismael could help you :)

    Best regards,
    Peter

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