• Resolved jacqbrass

    (@jacqbrass)


    Hi again!

    I’m hoping to make the social icons bigger… I’ve been messing around with CSS, but all I can do is make the boxes with the twitter/fb icons bigger, not the actual icons themselves.

    It would be amazing to actually learn how to do this and be pointed in the right direction, but I’ll also be stoked on simply the direct answer.

    Thanks again!!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hello ??

    You can use this CSS to make the social icons larger:

    .site-header .social-media-icons a {
      font-size: 21px;
    }

    The icons use an “icon font” which is why we can increase their size by using the “font-size” property.

Viewing 1 replies (of 1 total)
  • The topic ‘Social Icons’ is closed to new replies.