Changin Date and tag background colors

Posted in: Newspaper
Post count: 5

Hello, I have really tried to find it but was not successful. Where can I change color of dates of the posts, backgroung of tags in tag cloud, color of numbers of comments? Thank you very much in advance for answer.

Post count: 7909

Hi,

Unfortunately theme doesn’t have an option for this, but you can do it via custom css in Theme Panel > Custom Css.
Date – http://screencast.com/t/epJIMMQAnE

header .meta-info .entry-date {
color: red;
}

Tag cloud – http://screencast.com/t/ffbWxhyDQ

.widget_tag_cloud .tagcloud a {
background-color: green;
}

I’m not sure about the number of comments where you want to change the color:
-post – http://screencast.com/t/ASDa2wFaKGP5

header .entry-comments-views {
color: blue;
}

-blocks/modules – http://screencast.com/t/XTYcrRM6Lu

.td_mod_wrap .entry-comments-views {
color: blue;
}

Thanks!

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