Forums
Forums / Theme: Primer / Change footer widget title
(@prmorrone)
8 years, 2 months ago
Does anyone know what custom CSS code I need to change the “Join our newsletter” and “Email*” font white? The widget form is a GoDaddy email marketing form.
The page I need help with: [log in to see the link]
(@eherman24)
Hi @prmorrone,
You can make a small CSS tweak to make that text white. The following should do the trick globally, meaning on every gem form.
.gem-form p:not(.gem-error) { color: white; }
If you only want to alter the text in the footer you could use the following:
#footer .gem-form p:not(.gem-error) { color: white; }
Let us know how that goes!
The topic ‘Change footer widget title’ is closed to new replies.