Home Forums Newsletter Plugin Support How to change the big subscribe button to the small icon?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #126129
    Angie_Huang
    Participant

    Hey guys,

    My subscribe button is too big, check the footer of my site please: https://iwiss.net/.

    Do you know how could I display the button and add an email icon as the sreenshot here:
    https://d.pr/free/i/p10Oet

    Looking forward to your reply.Best regards.

    Angie Huang

    #126896
    Stefano
    Keymaster

    Hi that is by a custom CSS of your theme:
    .tnp-multiple .tnp-submit {
    color: #fff;
    padding: 10px 17px;
    width: 100%;
    }

    try to add this in the custom CSS code configuration (main newsletter settings):

    .tnp-multiple .tnp-submit {
    width: auto!important;
    }

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