make excerpt text darker

Posted in: Newspaper
Post count: 101

How to make the post excerpt (or snippet) one tone darker? I mean the light grey text in homepage that refers to post excerpt and dates

http://www.carmeneverywhere.com

Post count: 23312

Hello carmene,

If you want to change the color of the excerpts and the date from your homepage, you have to use a bit of CSS code to do that. Please use the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-excerpt, .td-post-date {
color:black;
}

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

Thanks.

Post count: 101

code din’t work I think there’s something missing

Post count: 23312

Hello carmene,

I have checked this code for your website and saw that works fine, as you can see here -> http://screencast.com/t/EeyqGFiIj

Please try to use the !important tag like in the code below.

The code is ->

.td-excerpt, .td-post-date {
color:black!important;
}

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.