Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #130637
    Jutta
    Participant

    I have successfully customized my css to disable feature slider and featured content on certain pages and archives. I just don’t find out how to disable them from certain (not all) posts.

    I tried several different approaches to address the posts as you can see in the page code, I just didn’t find the approach that works.

    I am talking about the posts with id’s 572, 577, 575 and 581, they are posts from the English Archive, for example post 575.

    Can anyone help?

    #130649
    Jutta
    Participant

    Finally, I found the way to address the posts (thought I had tried this one before, but obviously I had’nt):

    .postid-572 #feature-slider { display: none; }

    .postid-572 #featured-content { display: none; }

    .postid-577 #feature-slider { display: none; }

    .postid-577 #featured-content { display: none; }

    .postid-575 #feature-slider { display: none; }

    .postid-575 #featured-content { display: none; }

    .postid-581 #feature-slider { display: none; }

    .postid-581 #featured-content { display: none; }

    🙂

    #130682
    tikaram
    Keymaster

    @konzeptbuero : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable feature slider and featured content in certain posts’ is closed to new replies.