0
Having this window when accessing a website for the first time, how do I only appear once even after reloading the website or the user goes back to the home page and does not reappear this?
<input type="radio" id="rd">
<div class="bg">
<div class="box">
<p class="p1">Bem-vindo</p>
<p class="p1">á</p>
<p class="p1">DOMO® Portugal</p>
<p class="p2">Tornamos o seu sonho realidade</p>
<label for="rd">Visitar</label>
</div>
</div>
I’ve been researching something about localstorage but I don’t understand how it’s done.
EDIT:
I have already found the solution to this question: https://stackoverflow.com/questions/30899415/show-a-div-only-once-per-time-the-user-is-on-the-site
It might be a good idea.. except I don’t own any Modal.. Everything I have is in the code I put in the question.. That script I put I picked up another question but it doesn’t work in my project
– M.Carreira
It doesn’t make sense for you to ask something, to add a code that’s not yours.
– Barbetta