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 !
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 !
