Archived topic
Adding Buttons in Sections
3 replies · Started by Oscar on July 1, 2019
Viewing posts 1–4 of 4
Hi, I'm trying to add some buttons inside my home page. I am building this page only with "Sections".
I've tried adding the html code with its respective CSS but I can't get them to show.
Can you help me by telling me what I'm doing wrong?
Hi there,
I believe this CSS is causing the issue:
.button {
position: absolute;
width: 300px;
left:0;
top: 180px;
text-align: center;
opacity: 0;
transition: opacity .35s ease;
}
.button a {
width: 200px;
padding: 12px 48px;
text-align: center;
color: white;
border: solid 2px white;
z-index: 1;
}
Can you try removing it? Don't think it's needed?
Hey!
Thanks a lot!
You´re the best :)
Now is working perfectly!
No problem :)
This archived topic is closed to new replies.