Changing Colour and Style Footer Text

Posted in: Newspaper
Post count: 108

Hello!

I was wondering how I would go about changing the font colour and style of the text in the footer that says “Follow Us” – http://www.screencast.com/t/NX0bNYxly8Kk

I want it to be in the center, and much larger, and also get rid of that purple box and line on top.

Thanks guys!

Carly

Post count: 7909

Hi,

Please try this custom css – http://screencast.com/t/2euVh2bDSnH

.td-footer-wrap .widget_text .block-title span {
font-size: 30px;
font-style: italic;
color: #64E042;
background-color: transparent !important;
text-align: center;
display: block;
}
.td-footer-wrap .widget_text .block-title {
border-bottom: none !important;
}

Thanks!

Post count: 108

Works great! Thanks!! 🙂

Post count: 108

Actually, would there be any way to make a box border around the “follow us online”, and have it filled with a colour?

Post count: 7909

Hi,

If you want something like this – http://screencast.com/t/ObnmBN3wS you can use this custom css:

.td-footer-wrap .widget_text .block-title span {
border: 1px solid white;
}

Thanks!

Post count: 108

Awesome, thanks Alin!

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