change colour of entry-comments-views on post only

Posted in: Newspaper
Post count: 18

hi,

I have added the following to the custom css to change the colour of the entry-foments-views but also need to change the rest of the text on that same line.

.post .entry-comments-views {
color: black;
background-color: transparent;
}

http://betheline.com/nba-picks-day-nets-vs-raptors-mavericks-vs-spurs/

how can i change the colour of the comments link and the “eye”?

thanks,

CH

Post count: 854

hi,
css to color the rest of the text :


/*comments*/
.post .meta-info  .entry-comments-views a {
  color: red;
}

/*date*/
.post .meta-info .entry-date {
  color: red;
}

/*category*/
.post .meta-info .entry-category a{
  color: red;
}

Thanks for you message.
Radu A.

Post count: 18

thanks for the reply radu.

the number of comments is now black too.

I am still unable to get the comment icon and the view icon black

http://betheline.com/nba-picks-day-nets-vs-raptors-mavericks-vs-spurs/

can you please help with this?

thanks,

CH

Post count: 3343

Hi,
You need to make those icons to black: http://screencast.com/t/3ss1aNyh8c

Thanks!

Post count: 18

thanks again for the reply… can’t believe i didn’t notice they were images. 🙂

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