• Hi guys,

    I have used the social media menu that comes with the TwentyFifteen theme, I am wanting to change the size of the icons and was wondering the best way to go about doing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I decided to spend the day here in support for default themes, and wanted to know if you were able to find a solution? If not, this is the code that manages the size:

    .social-navigation a:before {
        content: "\f415";
        font-size: 44px;
        position: absolute;
        top: 0;
        left: 0;
    }

    For you, copy and paste this into the customizer’s Additional CSS tab and then change the font-size to your preference:

    .social-navigation a:before {
        font-size: 44px;
    }

    .social-navigation a:before {
    content: “\f415”;
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
    }

    Works fine!
    And do you know how to change the social media icons?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Media Menu: Resizing icons’ is closed to new replies.