[Solved] Edit font and color of subscribe button
Is it possible to edit the font and color of the subscribe button using the blank custom CSS box? I'd also like to edit the font of "email*" above the email entry bar.
Thank you for your help!
Tagged:
Comments
@getinthevanbree
Yes, you can style it using custom css. or
You can style the subscribe form in
wp-mailinglist/views/*themefolder*/css/style.css
Please see my screenshot http://www.screencast.com/t/72hBLrbdFSz
Please remember to add your styles to a child theme folder to keep it intact with an update. http://tribulant.com/docs/wordpress-mailing-list-plugin/7890
Regards
Marietha
Hi @Mariethatribula
Thank you for your help. However, I found, when I put this code (adding a font-family field) into custom CSS it did not do anything except turn the asterisk into an error question mark symbol. I am mainly concerned with changing the font of the subscribe button. Should that code have corrected that?
@getinthevanbree
Yes, applying CSS in that file should've set it correctly.
May I have a link to the subscribe form to see and show you some sample CSS?
I look forward to your response.
Hi @tribulant
The form appears in the footer of this page, I would like to change the font of the "join" button to Fira Sans to match the rest of the site. Thanks for your help!
http://twinchameleon.com/music/
@getinthevanbree
To change the font of the button you need to add a font family to .newsletters .btn, .newsletters ul.nav li a in /wp-content/plugins/newsletters-lite/views/default2/css/style.css
Please see my screenshot: http://www.screencast.com/t/jcqwRhilks8
Regards
Marietha
@mariethatribula that worked! Thank you very much!
@getinthevanbree
Wonderful, I'm glad to see that Marietha was able to assist you with this.
I'll mark this as [Solved]