On my site, I have the same social icons at the very top of the page and also at the bottom of the page
How can I make the social icons at the bottom larger than the top one?
Thanks
Hi navindesigns,
I have modified the Color Section at the bottom of the page and set its Custom ID Attribute to myfooter.
Please add this CSS code in Quick CSS, located in Enfold > General Styling (just change the font size value, the default size is 18px):
#top #wrap_all #myfooter .social_bookmarks li a {
font-size: 24px;
}
If you need to use this on other pages, then just set the section’s Custom ID Attribute to myfooter.
Best regards,
Nikko