Removing title from Big Slide

Posted in: Newsmag
Post count: 4

I’m using Big slide on my homepage. Is there any way to remove the title and the black gradient from the slide, so it just shows an image? It would be very helpful for the type of site I’m creating.

Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css to hide meta and remove gradient: http://screencast.com/t/llOAzhhKb

.td_normal_slide .td-theme-slider .slide-meta {
display: none;
}
.td_normal_slide .td-image-gradient:before {
display: none;
}

If you want to apply this only on your homepage or a specific page you can use these classes before .td_normal_slide:

.home class for homepage.
.page-id-xx take your page id – http://screencast.com/t/6BKZBU1Ax25K

Thanks!

Post count: 4

Perfect! Thanks so much, it worked. One more question! How can I change the colour of the next and previous arrows on the big slide?

Post count: 7909

Hi,

Please try this custom css to change the arrows color – http://screencast.com/t/hkWPKRiu8v1

.td-theme-slider .td-icon-left, .td-theme-slider .td-icon-right {
color: #D53131;
}

Thanks!

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