Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10048
    dbentzen
    Member

    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

    #10071
    Sakin
    Keymaster

    @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; }

    #10109
    dbentzen
    Member

    Hi Sakin,

    Added the custom CSS:

    .single-post #main-slider { display: none; }

    but the slider still shows on posts…

    #10111
    dbentzen
    Member
    #10114
    Sakin
    Keymaster

    @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.

    #10118
    dbentzen
    Member

    Dude, you’re awesome. It’s now the first line of my custom CSS and it’s working great.

    Thanks!

    – DB

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘remove featured slider from posts’ is closed to new replies.