Social icons on bottom of site
- The topic ‘Social icons on bottom of site’ is closed to new replies.
Need help? Check out our Support site, then
I noticed there’s social icon buttons on the bottom/footer of my site. How do I get them to look like the icons in my sidebar?
Thanks so much Ana
The blog I need help with is: (visible only to logged in users)
Hi,
unfortunately this is not possible, as the footer part is using a social menu, that means icons are from the theme and the sidebar is using the Widget that is not part of the theme, so they are differently styled.
You can change the color of the footer icons to the gray using this in the Custom CSS:
#menu-social li a[href*="facebook.com"]:before,
#menu-social li a[href*="instagram.com"]:before,
#menu-social li a[href*="twitter.com"]:before,
#menu-social li a[href*="pinterest.com"]:before,
#menu-social li a[href*="plus.google.com"]:before {
color: #7a7a89;
}
to make them bigger u can use this:
#menu-social li a:before {
font-size: 130%;
}
Hope this helps.
All the best,
Ana