How to disable all Category Slider

Posted in: Newspaper
Post count: 1

Hello.
I tried to turn off all the categories sliders.
My site has multiple subcategories and the theme panel allows me to edit only the until fourth subcategory.
Is there a way to disable all sliders through css or by a single command?
Thank You

Post count: 6600

Hi,.

You can remove this code: http://screencast.com/t/csXIS0iYpOG or use this custom css to hide it:

.category .td_normal_slide {
display: none;
}

Thanks

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