remove arrows on homepage slider

Posted in: Newspaper
Post count: 3

Hi.

Is it possible to remove the arrows and scroll on the top slider. We only want one page.

I can’t find it in Theme settings.

Post count: 6600

Hi,

Please use this custom css in theme panel > custom css filed to remove the big sliders arrows and also for the normal slider arrows:

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right, .iosSlider .prevButton, .iosSlider .nextButton {
display: none !important;
}

Hope this helps!

Thanks

Post count: 3

It did.

Thanks a mill.

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