Coloring and Enlarging Social Media Icons

  • Unknown's avatar

    For the social media icon widget, is it possible to make it bigger and color them in?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    If you are using custom CSS, then add these rules to the end of your custom CSS:

    .widget_wpcom_social_media_icons_widget .genericon {
       font-size: 36px;
       color:#1a8cff;
    }
    
    #wpcom_social_media_icons_widget-2 ul {
       display: table;
       margin: 0 auto;
    }

    You can add another color as per your requirements instead of #1a8cff which i have used.

    [Moderator’s note: signature with link redacted]

  • David – did this custom CSS help? I don’t see the social media widget on the main site linked to this account, so perhaps you decided not to use it? Just let us know if you need further help.

  • The topic ‘Coloring and Enlarging Social Media Icons’ is closed to new replies.