Change color Post resume and date

Posted in: Newspaper
Post count: 15

Hi,

How can I change the Post resume and date color? See the picture to understand:

http://prntscr.com/7wg915

Thanks

Post count: 1291

Hi,

Add the following css in Theme Panel -> Custom CSS: – http://screencast.com/t/UBPL8mxmOzXL

.td_module_wrap .td-excerpt {
color: red;
}
.td_module_wrap .td-post-author-name a{
color: blue;
}
.td_module_wrap .td-post-date {
color: green;
}

Thank you!

  • This reply was modified 11 years by Emil G.
Post count: 15

Thank you! It worked.

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