- This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Is there a way to make the social media icon and text in the Footer larger?
Here’s the temporary url to the site. https://o7s.4c3.myftpupload.com
Hi Heather,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.footer-socials a, .footer-socials-icon {
font-size: 25px !important;
}
Kind Regards
Thank you! That worked.
One other question – is there a way to get the social media text label to show up with the icon on mobile?
Hi Heather,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) {
.footer-socials a span:last-child {
display: block !important;
}
}
Kind Regards