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
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
THANK YOU!
Hi,
Great, glad Ismael could help you :)
Best regards,
Peter