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.
Stop "Live Edit" button from showing
- Edited
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