Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #592024

    Hi!

    I am using (1) to send out our newsletters.
    Their standard API does not support designing buttons, and their standard button design is not exactly a textbook call-to-action design.

    Can somebody please tell me how to design this?
    I want to use the Enfold buttons, so everything looks the same.

    In addition, the text color is black – but I want the purple color as the rest of the theme.
    How do I change this?

    URL: (2)

    • This topic was modified 8 years, 8 months ago by SpecThra.
    #592435

    Hey SpecThra,

    I’m not sure I understand what button you are referring to, could you post a screenshot of it please?

    Thanks,
    Rikard

    #592563

    Hi Rikard,

    Sorry – I’ve been trying different things.
    I need the sign-up button to look like the other buttons.
    Please see this new URL.

    Thanks !

    Best regards,
    Henrik

    #593159

    Hi,

    I get a 404 error on the last link you posted, could you check please?

    Thanks,
    Rikard

    #593216

    Not doing to great here, now am I:)

    I’ve published the page again – should be visible now!

    #593469

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock input[type="submit"] {
        font-size: 16px;
        padding: 15px;
        min-width: 120px;
        border-radius: 4px;
    }
    .avia_textblock input[type="submit"]:hover {
        background: #560611;
        opacity: 0.8;
    }

    Regards,
    Yigit

    #594450

    Hey Yigit,

    Works great – thx a million!

    Had to change from textblock to codeblock, as this is what I’ve used the other places.

    Br,
    Henrik

    #594460

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Designing a plugin button’ is closed to new replies.