Footer Tag Div Social Icons Text Color

Posted in: Newspaper
Post count: 108

Hello,

Is there a way of changing the size and colour of the text for the TagDiv Social Icons widget?

Here is my website: http://www.livelovefruit.com (scroll to the bottom and you will see what I mean)

I want the text to be white, and size to be the same length as the 1/3 of that footer area, as well as text to be centred (and also get rid of that line underneath the text).

Thanks!

Post count: 7909

Hi,

You can try this custom css to target social block customization – http://screencast.com/t/UQsUcvr2b8o1

.td-footer-wrap .td-social-wrap .td_title_style_1 span {
font-size: 30px;
color: #ffffff !important;
}
.td-footer-wrap .td-social-wrap .td_title_style_1 {
border-bottom: none !important;
text-align: center;
}

Thanks!

Post count: 108

Hi Alin,

That code works great! 🙂 Is there anyway to get the actual icons to be white, though, instead of light grey? (so that it fits with my theme colours?)

Thanks!

Post count: 7909

Hi,

Unfortunately you cannot achieve this using custom css as the icons were designed like this – http://screencast.com/t/sDiKvIIdrY77 you can try to customize the icons using a soft like photoshop and change the grey color.
Also you can try to add a background and create an optical illusion – http://screencast.com/t/koowoTNt8npg

Thanks!

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