• I want to make the social icons on the right side of the header bigger. Here’s the link to my site:

    Help please!

Viewing 1 replies (of 1 total)
  • kal2ennn,

    If you want to make your social media font icons larger all you have to do is increase the font-size within your style.css file.

    It looks like your font icons start on line 5475. You will be targeting these classes:

    ** Note: For some reason somebody used !important on your social media font icons. So if you try to target them without an !important tag you will just drive yourself nuts. So you will want to do a search on your style.css for the classes below **

    .icon-salient-heart {
    font-size: 36px !important;
    }
    .icon-facdbook {
    font-size: 36px !important;
    }
    .icon-twitter {
    font-size: 36px !important;
    }
    .icon-pinterest {
    font-size: 36px !important;
    }

    Let me know if you need anything else.

Viewing 1 replies (of 1 total)
  • The topic ‘Want to make my social icons bigger on the page header’ is closed to new replies.