Font color change

Posted in: Newspaper
Post count: 6

How can i change the small text font color?

Please see this link image

http://corenews.co.kr/wp-content/uploads/2015/02/fontcolor.png

Post count: 6600

Hi,

You can do it via custom css, like this: http://screencast.com/t/RPo84L7g0N
The comments and view are icons and can;t change their color via css also. You would need to use other icons there or edit and modify the sprites file: http://screencast.com/t/rGHLptq0G
Here is the css code to change the text color, adjust it as you like:

.meta-info time, .meta-info .entry-comments-views {
color: red;
}

Thanks

Post count: 6

Thank you! Working good!

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