Slider col 3

Posted in: Newspaper
Post count: 42

Hi,

How can I set title of slider on top, and how to set gradiend from bottom to left?

Thank You

Post count: 42

I like to make similar with slider of this page: http://www.thetimes.co.uk/

Thank You

Post count: 20688

Hi,

The title for the slider element is already on top – https://www.screencast.com/t/ccQTgO3u As for the gradient this is the default style used as it can be seen using the browser inspector tool – https://www.screencast.com/t/KRhZdhF2 you could use this code if you would like to change the way it displays

.td-image-gradient:before {
height: 100%!important;
background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

With this result – https://www.screencast.com/t/NJJATncL
Thanks

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