Hide and Show onClick in Elementor
Add Your Heading Text Here Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. now hide Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus […]
Add a vcard on button click in elementor
This is how you can create a vcard on a button click If you’re directing people to a page by QR code from a phone, it can be useful for them to be able to populate their contacts with your business info. <p align=”center”><button style=”background-color:#C92159; color:white;text-transform: uppercase;” onclick=”generateVCard()”>Generate vCard</button></p><script>function generateVCard() {var vCardData = {firstName: “Ian”,lastName: […]
Change css on scroll
We needed to build a method to change css color on scroll Scroll down to see the color change This line and the title above are going to change colour. The code below target a class that is rapped around the 2 blocks of words. <style>.content {color: black; /* Initial color */transition: color 0.3s ease; […]