Changing image overlay gradient colors

Posted in: Newspaper
Post count: 27

Hello,
where can I change those graadient overlays colors?

Thanks

Post count: 18283

Hello !

Unfortunately you cannot change to custom colors but you can change the style by using the tagDiv Composer and choosing the style you like as you can see here: https://www.screencast.com/t/sWwBRWiLswug

I hope this was helpfull !

Thank you !

Post count: 27

Hello,

but can the colors be changed with custom css?

  • This reply was modified 7 years by chiuaua.
Post count: 18283

Hello !

Yes, they can be changed using css, provide a link to your website and we will try helping you !

Thank you !

Post count: 27
Post count: 18283

Hello !

.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before{
background: linear-gradient(20deg, red 5%, yellow 90%)
}

.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before{
background: linear-gradient(20deg, red 5%, yellow 90%)
}

.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before{
background: linear-gradient(20deg, red 5%, yellow 90%)
}

.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child:before, .td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before, .td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before, .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child:before, .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child:before, .td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before, .td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child:before{
background: linear-gradient(20deg, red 5%, yellow 90%)
}

You can change the colors, the amonunt ( % ) and the degrees to whatever you want.

This codes have to be pasted in here: https://www.screencast.com/t/i014kgdjhXI

I hope this helps !

Thank you !

Post count: 27

That’s great, works!

Thank you!

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