Specific color for heading and excerpt inside a 'block' of category

Posted in: Newspaper
Post count: 13

Hello,

Is there a way to have specific color for text on (heading and excerpt/body) inside a block of category on homepage of http://demo.tagdiv.com/newspaper_tech/

Regards.

Post count: 23312

Hello rtofficial,

If you want to have a specific color, please notice that you should use a bit of CSS code to do that, like below code. -> http://screencast.com/t/ebMG483Utq If you want to have a specific color according to the category, please notice that you will have to edit the code in order to achieve this and please notice that is not a simple task and it required additional customization and we cannot provide custom work at the moment, sorry!

The code is ->

.td-module-title a{
color:green!important;
}
.td-excerpt{
color:red;
}

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

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