• Resolved jennifersharman

    (@jennifersharman)


    I must admit I can’t code (except for copying & pasting code and making minor changes). I believe that in order to get a styalised button in a pop-up using this plug-in, you need to use code (please correct me if I’m wrong…) I’ve tried searching for instructions on how to do this, have found some, but it just doesn’t work. I can get a link in there, but no button…
    Can anyone help me out here? Our pop-ups at the moment look particularly sad, and a propper button would go a long way to improving the appearance of our pop-ups.
    Many thanks in advance,
    Jennifer

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Bel

    (@belimperial)

    Hello @jennifersharman

    Thank you for reaching out!

    In general, we try to leave the styling of popup content to you and the plugins/themes installed on your site. I have checked the popup and I see you have included an anchor tag linked to your other page.

    We don’t have customization support, but since this is a simple styling, I can provide you the CSS that you can use.

    First, add a class attribute to your anchor tag How to vote. Something like this
    <a class="button" href="yourdomai.com">How to vote</a>
    You can change the button to other name.

    Then add the below CSS in your Appearance > Customize > Additional CSS:

    #popmake-8942 .button {
        border: 1px solid red;
        padding: 10px;
    }

    You can change the code inside the {} according to your preferred style. Also note that if you have change the class button in the anchor tag, please update the .button in the CSS. Here’s what it will display if the CSS is included in your site: https://share.getcloudapp.com/d5u6o7Nl

    I hope that helps.

    Thread Starter jennifersharman

    (@jennifersharman)

    Thank you very much @belimperial !

    I appreciate you taking the time to give me such an thorough answer.

    I have now managed to make the link into a button ??

    Thread Starter jennifersharman

    (@jennifersharman)

    Resolved

    Maria T

    (@mariatogonon)

    Hello @jennifersharman – Awesome! Glad to hear that and on behalf of Bel, you are welcome! ??

    By the way, if you have a moment then we would very much appreciate it if you could quickly rate the plugin, just to help us spread the word.

    Have a great day!

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘creating buttons in pop-ups’ is closed to new replies.