Home › Forums › Newsletter Plugin Support › How to change the big subscribe button to the small icon?
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
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; }