How to make a popup buttons like this?
-
How can i make popup buttons like this, to have the icon above the text and to be able to adjust the size of the icon and text font and color, and icon color. I want to make that html block and put in in header bottom.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find the option to upload icons in the Button tab of the Popup element https://prnt.sc/10pfn7x
If you have any questions please feel free to contact us.
Best Regards
How to icon be above text, on top of text like in the picture?
Hello,
Please provide the page URL I will check if it is possible to do with the shorcode.
Best Regards
Icon positon on popup button to be on top.
Hello,
Please provide the page URL I have viewed home and contact pages, and I cannot find the popup button.
Best Regards
it is in html blocks , open hours, booking, location, every block have popup button
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body header .btn-icon-pos-left {
flex-direction: column-reverse;
}
Best Regards