Block tital COLOR

Posted in: Newspaper
Post count: 30

Hello,
i am using a dark background top of my page content as you can see in latest news section tital color of my block is black my background is also dark i wants to use that background but wants to change tital color to white or lighter color how can i do that i am using block 7 here.
image snapshot

Post count: 22421

Hi,
In visual composer you can change the color of the block title like so: http://screencast.com/t/xlwLEGnj
Thank you

Post count: 30

No i am talking about the tital of post in lastest news section you can see there the post tital after thumbnails are in black color i wants to change that color u can see in image in my previous post.

Post count: 22421

Hi,
You can use this custom css. Add it in the custom css tab in the theme panel.
You can change the colors in the code to different ones if you want.

.td_block_id_217237656 .entry-title a {
color:red!important;
}
.td_block_id_217237656 .td_module_wrap:hover .entry-title a {
color:white !important;
}

Thank you.

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