Hi enfold team,
I’m having some issues with my footer and can’t seem to make it work.
Firstly my social icons, I’d like to have colour on mouse over for each icon in their colours
Vimeo – #629640
Linkedin- #3472a4
Youtube- #d2463a
Twitter- #a3d1f9
Secondly, is there a way to edit the MailChimp signup to remove birthday?
Thirdly, is there a way to change the font size in the Latest News section to match the other footer columns?
Nothing seems to work!
Hey Lara,
Thanks for providing the login access, I have added Custom Class on the shortcode for social icons in your footer and added this css code in Quick CSS:
#footer .twitter a:hover {
color: #a3d1f9;
}
#footer .youtube a:hover {
color: #d2463a;
}
#footer .linkedin a:hover {
color: #3472a4;
}
#footer .vimeo a:hover {
color: #629640;
}
Let us know if you need further assistance :)
Best regards,
Nikko