Hey,
What code shall I add in order to make the Copyright text och Social media and email icon bigger in the footer?
http://www.airlinestaffrates.com
Thanks
Charlotte
Hey Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.copyright {
font-size: 20px;
}
#socket .social_bookmarks li a {
font-size: 16px;
}
Best regards,
Yigit
Thanks :)