Hello there,
I am still learning so please bear with me as I ask this question about my website. I have a Get Started button with a transparent background. When the user clicks on the button, I want the background to disappear. What code do I need to insert for this functionality?
Thank you in advance, Alex
Website url:
Website code:
</div>
<div id="artmaps-map-themap"><iframe src="https://mapsengine.google.com/map/embed?mid=zA9OSQj3vWR8.kZugAXwQLfOs" width="100%" style="height:100%;"></iframe></div>
<div id="welcome">
<div class="inner">
<h2>Putting vinyl shops collection on the map.</h2>
<p>Long Play holds over 1,000 vinyl shops around the world.</p>
<ul>
<li><a href="#" id="explore-map" class="primary">Get started</a></li>
</ul>
</div>
</div>
</body>
</html>