Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #299744
    Hans
    Participant

    Hello Skandha,

    I tried to display featured content option on one specific page, not the home page.

    I tried amongst others

    #featured-content {
    display: none;
    }

    .page-id-1601 #featured-content {
    display: block;
    }

    But this did not work .

    Is there another solution?

    Kind regards

    Hans Hagmeijer

     

    #299802
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Can you please post in your site URL and let me know on which page you want the featured content enabled?

    Kind Regards,
    Skandha

    #299823
    Hans
    Participant

    Hello Skandha,

    Thank you for answering.

    De site url is http://www.hagmeijer.nl. The page-id is 1617.
    The page name is testverhaal.

    Hagmeijer.nl is my test domain. So after I succeeded adaption on this domain I implement things on the website of our bicycle club.

    Kind regards

    Hans Hagmeijer

    #299895
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Please enable Featured Content on the entire site and then,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-1617) #featured-content-section {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #299910
    Hans
    Participant

    Thank you Skandha,

    This worked fine.

    Kind regards and have a nice day

    Hans Hagmeijer

    #299911
    Skandha
    Participant

    @toerfiets: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘featured content on one specific page’ is closed to new replies.