Change Color Style

Posted in: Newspaper
Post count: 2

Can I, and possibly how, change the color of the effect in the big grid components?
I refer to the big grid style part
for example the grid style 6 – lightsky
Thank you have a nice day

Post count: 20688

Hi,

By a setting it is not possible at the moment, the lightsky effect color is predefined. I could give you a code where you can set the color you want, then enter it in the custom CSS section

.td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after {
background: rgba(255,255,255,.2);
}

You can chnage the color as you want, the code will affect all the grids that use style 6. I could modify it if needed.

Thanks

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