Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Please go to Appearance → Customize → Additional CSS and add this code:

    .widget .menu-social-container li a:before {
        font-size: 18px !important;
    }

    Change the “18px” value to your desired size.

    Hope that helps.

    Best

    Edit: make sure to try @jarektheme’s suggestion too!

    Hey @mathewjenkins01, @ricotheque from LyraThemes here.

    If you’re talking about the social buttons on the sidebar and footer widget, you can try this in your Appearance > Customize > Additional CSS:

    .widget .menu-social-container li a {
    	width: 1.7em;
    	height: 1.1em;
    	font-size: 18px;
    }
    .widget .menu-social-container li a::before {
    	padding-top: 0;
    	font-size: 18px;
    }

    Just replace font-size: 18px; with your desired size.

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Social buttons style’ is closed to new replies.