Changing social button color in footer?

Posted in: Newspaper
Post count: 2

Hi,

How can i change the color of the social buttons under ‘follow us’ in the footer.

Here is a photo of the area i’m referring to: http://imgur.com/w77jVQT

Post count: 23312

Hello

If you want to change the color of the “Follow us” text, you have to use a bit of CSS code to change it. Please try the code below and add in the Theme panel->Custom CSS area.

The code is ->

.footer-social-wrap .block-title span {
color:green!important;
}

The result you should see here -> http://screencast.com/t/CWjPniMBaO

Thank you for the message!

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