How to add the popup button on the header builder
-
I added the HTML Block by header builder, but it can not show the button on the header, how to set the button with popup like this screenshot?
Attachments:
You must be
logged in to view attached files.
If I add one HTML block, it will show like this
Attachments:
You must be
logged in to view attached files.
Hello,
I have visited your website and the Popup is already added into the header.
Screenshot: https://gyazo.com/de97e77866786b2735ce769c0e6875fa
Best Regards
But how to remove the white edge, please check the picture
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-popup {
padding: 0;
}
Best Regards