Block 3 contents title color

Posted in: Newsmag
Post count: 10

how can i change contents title color just in custom place ex:

i have created echo do_shortcode(‘[td_block_3 header_text_color="#ffffff" limit="6" ....blabla]‘)

it just make my block title color white but i like to make contents title white? it is possible can anyone help me?

Post count: 6535

Hi

If you want to change the article title from block 3 use this custom css in theme panel > custom css:

.td_block_3 .td-module-title a{
color:white;
}

Thanks!

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