• Resolved Dineke van Dijk

    (@dineke-van-dijk)


    Hi there,

    How can I change the (look and feel of the) subscription button into the button of my theme?

    Kind regards,
    Dineke

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    just the font is a little bit different.
    So add this definition to your Custom CSS in WordPress:

    .es_submit_button {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px !important;
    line-height: 17px;
    }

    You can add more CSS to this class to style the button as you like.

    Best regards,
    Oliver

    Thread Starter Dineke van Dijk

    (@dineke-van-dijk)

    Thank you, thank you, thank you!!! You made my day! Have a nice weekend!

    Kind regards, Dineke

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change button into theme button’ is closed to new replies.