How to skip any category from slider
1 Answers
To resolve this issue, you can add the following code to the style.css file (Dashboard > Appearance > Editor):
.news-slider .carousel .carousel-inner .entry-category { display: none; }
Hope this helps !
Please login or Register to submit your answer