Hi! Is there any way to prevent the "live edit" button from showing. It is really in the way at times...especially on mobile, sitting right on top of the menu bars.
Thanks.

    Hi regularuser

    You can use CSS to hide that button:

    .com_t4pagebuilder .t4b-edit-btn {
    	display: none;
    }

    add this code to custom css section in the template you're using.

    Regards

    Write a Reply...
    You need to Login to view replies.