• Resolved hdcoadmin

    (@hdcoadmin)


    Hello! I would like to standardize my yes/no words to the same font as the h1 font: “Are you old enough to drink in your country?”

    Also, is it possible to add a “/” in between my yes and no words?

    View post on imgur.com

    Thank you in advance for the help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Try something like:

    
    .age-gate-submit-yes,
    .age-gate-submit-no {
      font-size: 20px;
      font-family: 'trio-grotesk-bold';
      color: #ffffff;
    }
    
    .age-gate-submit-no:before {
      content: "/";
      margin-right: 15px;
    }
    

    Will give you something like this:

    View post on imgur.com

    Cheers
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Yes/No button’ is closed to new replies.