Author Name Color

Posted in: Newspaper
Post count: 9

How do i change the color of the author name on block 7( only for this) http://screencast.com/t/oatA0bjUb

Post count: 22421

Hi,

You can use this css to change the author name on block 7:
.td_block_7 .td-post-author-name a{
color:red!important;
}

However, this will affect all block 7 elements. If you only want to target a particular block, you need to assign an extra class to the row in visual composer and then add the class at the beggining of the code like so:
.mycustomclass .td_block_7 .td-post-author-name a{
color:red!important;
}

Thank you!

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