How can I change Big Grid gradient and text color ?

Posted in: Newsmag
Post count: 5

Hello, I can’t find any option to change the big grid gradient, and the title color.

Post count: 23312

Hello jfrere,

Please provide your website URL and specify where exactly you want to change the gradient. Be more specific to what kind of grid you refer to so I can identify it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 5

http://dev.centre-tomatis-geneve.ch/

I’m using slide, then big grid. Need to change the gradient on both of them. (applied over the post featured image), then I need to change text color for the title of the post.

Post count: 23312

Hello jfrere,

If you want to change the parameters from the gradient which applied at the feature images on the big Grid, you should use a bit of CSS code and change the following parameters. Use the code below and add your color code you like.

.td-image-gradient:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

Thanks for your understanding!

Post count: 5

It works with the slide, but not with the big grid. Removed the slide to make things easier. Please give me the css to modify the big grid gradient.

  • This reply was modified 9 years by jfrere.
Post count: 5

Anyone here ??

Post count: 20688

Hi,

For the grid you can try a code like this
https://www.screencast.com/t/LBNkF6Ul

.td-grid-style-1 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

Thanks

Post count: 5

Hi, it’s working. Now need the css for the text.

Post count: 20688

Hi,

For the text you can use this code – https://www.screencast.com/t/TDKXP8aH

.td_block_big_grid .td-module-title a {
color: black;
}

Thanks

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