In this wordpress tutorial for beginners you will learn how to disable popups on divi visual builder in page / post preview in wordpress website using css.
So when you edit page in visual builder then popup not show but on frontend of website popup show.
* Add this CSS:
.et-fb-root-ancestor #loginpopup
{
visibility: hidden !Important;
}
* In CSS you see #loginpopup so you can add your popup ID or Class instead of loginpopup text.
#divi #popup #divibuilder #css #divitheme #wordpress #webtaskwithhassan #hassangilani