[Resolved] Adding Buttons in Sections

Home Forums Support [Resolved] Adding Buttons in Sections

Home Forums Support Adding Buttons in Sections

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #946604
    Oscar

    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?

    #946658
    Leo
    Staff
    Customer Support

    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?

    #948120
    Oscar

    Hey!

    Thanks a lot!

    You´re the best 🙂

    Now is working perfectly!

    #948122
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.