Reply To: Social icons too small

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Social icons too small › Reply To: Social icons too small

#1734
Boaz
Keymaster

Hi Daniel,
There is no built-in way of doing it, but you can add CSS.
Something like this:

#top-bar ul.social-links li a .social-icon:before {
    font-size: 2em;
    margin:5px;
}

As for Jetpack – It can cause problems many times, so if you encounter any weird issues, switch it off and see if this solve things.