Currently I’ve got the slider and call-to-arms banner displaying on my blog page. I only want those to appear on the front page. What do I need to change to do that? They aren’t showing up on the individual pages, just the front page and the blog page.
Go to Appearance > Customize > Design Options > Custom CSS and add below custom CSS code to hide the featured slider from blog page.
.blog .featured-slider {
display: none;
}
and for to show slider in all pages you have to upgrade to the premium version which will allow you to have slider in all pages with lots of other feature.
Hello. To do this, in the theme settings there is a function to disable the slider in the entries.
I have another problem, the slider does not appear in the entries, although the check mark is correct.