Button "Follow us" (mail registration)
- The topic ‘Button "Follow us" (mail registration)’ is closed to new replies.
Need help? Check out our Support site, then
Hello from Athens, GR
I’d like to change the colour of “follow us” widget because it’s not read easily, unless you mark it with the pointer.
I hope you understand what I mean. I’d like to change the dark blue background colour also!
I just saw this forum and I’m thrilled with the changes I can make…
Thank you,
Chris
palmos.info
The blog I need help with is: (visible only to logged in users)
Hello Chris,
Thanks so much for using Maxwell.
You can try this custom CSS code to change the button colors:
.widget_blog_subscription button {
color: #333;
background: #e5e5e5;
}
.widget_blog_subscription button:hover,
.widget_blog_subscription button:active {
color: #222;
background: #c5c5c5;
}
You can copy the CSS snippet and insert it on Customize > CSS. Let me know if you need help with that.
You can then adjust the hex color codes to your needs.
Best,
Thomas