How To Make Bigger The Facebook Icon In The Footer

Posted in: Newspaper
Post count: 9

Hello,
I’m looking to make the Facebook icon bigger in the footer and also change its color for the Facebook blue color instead of the grey. How can I do that? I looked for the icon image to redesigning it but I can not find it. Is there’s some CSS I can change and if yes where and how?
Thank you

Post count: 23312

Hi Foupin,

You can change the Facebook icon if use the code below in Theme panel->Custom css area like this:
http://screencast.com/t/rarOuLxegVra

.td-footer-wrapper .td-social-style-2 .td-icon-font {
font-size: 36px;
width: 64px;
height: 64px;
line-height: 64px;
background-color: #4DB2EC;
}

Notice:-you can adjust the values as you want to achieve the desired result-

The result should can see here: http://screencast.com/t/ychAQLowb6G

If is not what do you want, please provide more details!

Hope this helps!

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.