Tagged: featured slider
- This topic has 5 replies, 2 voices, and was last updated 11 years, 5 months ago by dbentzen.
-
AuthorPosts
-
June 7, 2013 at 10:09 am #10048dbentzenMember
Having good luck with this theme. It is looking great. I am wondering if I can remove the featured slider from posts and leave it on pages.
I have lots of posts and I don’t need the slider to show. Can I turn it off? I’ve added NextGen Gallery and it will do what I need on my regular posts, and I don’t need the featured slider on the post pages.
the site is: http://www.jchighcountry.com
You can see here that the featured slider interferes:
http://jchighcountry.com/wolf-creek/
Thanks!
– DB
June 7, 2013 at 3:37 pm #10071SakinKeymaster@dbentzen: Don’t have option to remove the slider from the post. But yes you can hide the slider in the post by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single-post #main-slider { display: none; }
June 8, 2013 at 12:23 am #10109dbentzenMemberHi Sakin,
Added the custom CSS:
.single-post #main-slider { display: none; }
but the slider still shows on posts…
June 8, 2013 at 12:26 am #10111dbentzenMemberHere’s a couple examples of single posts:
http://jchighcountry.com/fishing/
June 8, 2013 at 12:31 am #10114SakinKeymaster@dbentzen: Can you replace that with the following
.single-post #main-slider { display: none; }
But at this in the top section of Custom CSS box.
June 8, 2013 at 1:16 am #10118dbentzenMemberDude, you’re awesome. It’s now the first line of my custom CSS and it’s working great.
Thanks!
– DB
-
AuthorPosts
- The topic ‘remove featured slider from posts’ is closed to new replies.