How to change gradient's colour on block 15?

Posted in: Newsmag
Post count: 152

Help me to change colour of block 15 gradiets

Post count: 23312

Hello Syams,

Unfortunately, our theme does not have any such an option that allows you a way to change the gradient for our modules, sorry! So,if you want to change this gradient, please notice that you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

You should change the values from the linear-gradient parameter if you want to change it.

Thanks for the message!

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