Slide block title issue

Posted in: Newsmag
Post count: 19

Hi. I already posted about this issue, but i’m still having problems. In slide Block you have default white title with light gradient on featured image. When you use a featured image with some white, for instance, the title is obiouvsly confused. I don’t want to put colored title background or change title color, i Just want to increase slide featured image gradient (at bottom of featured image) in order to put slide title in evidence, How can i do that? Thanks.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/nBGi6zdFKKcC

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

Thanks!

Post count: 19

Thanks. How i manage gradient? How can i do to increase decrease?

Post count: 6535

Hi

Just modify the height value if you want to increase or decrease the gradient.
Thanks!

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