Change Tag color

Posted in: Newspaper
Post count: 60

Hi,

I want to know how did you change the color of tags in this screenshot.

https://postimg.org/image/l01xjj6ah/

Post count: 23312

Hello techpaced,

The color of the category tag can be changed from your Theme panel, like this -> http://screencast.com/t/IzHh4pAQRPn9

If you want to change the color of the social sharing buttons, please notice that you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.td-social-facebook {
background-color: green;
}
.td-social-twitter {
background-color: pink;
}
.td-social-google {
background-color: blue;
}
.td-social-pinterest {
background-color: grey;
}

The result -> http://screencast.com/t/X7ra6KwLS3D

Thanks.

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