Home › Forums › Newsletter Plugin Support › Custom CSS on subscribe button
The documentation mentions
“We want to change the background color of the button hence we can add a specific rule in the extra CSS field:”
Where exactly does this need to be chaned as I added the custom CSS into my theme but the button stays the same “grey”
Hi, add your custom rules in the subscription configuration panel.
Stefano.
Hi Stefano,
Where is exactly the extra CSS field available in the subscription panel? I can“t find it :S.
Thanks in advance.
The place to add the CSS is under SETTINGS > GENERAL SETTINGS. Then there are 3 tabs – Basic Settings, – Delivery SPeed and – Advanced Settings. The area to add the CSS is there, under Advanced Settings. CUSTOM STYLES
post this CSS code into newsletter ===> settings and more ==> Advanced Options
paste it inside: Custom styles
.tnp-widget-minimal input.tnp-submit { background-color: #ebc100 !important; color: #fff!important; width: 100%; box-sizing: border-box; padding: 10px; display: inline-block; border: 1px; border-color: #ddd; background-image: none; text-shadow: none; font-size: 14px; line-height: normal; border-radius: 0px; height: auto; margin: 0; }