Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #272862
    Bastien Chilloux
    Participant

    Hi
    How can I enable the portfolio on a single page only ?

    Is there a CSS code or need to modify my child theme ?

    Thank you !

    #272881
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Please enable the Portfolio Section on the entire site and let me know on which specific page you would like to enable it so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    #272887
    Bastien Chilloux
    Participant

    I want to enable it only on my Portfolio page (and maybe also my posts).

    #272941
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To enable Portfolio section on Portfolio page and on Single Post page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.blog):not(.single-post) #portfolio-content-section {
    	display: none;
    }

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

    #272947
    Bastien Chilloux
    Participant

    perfect thank you !

    #273008
    Skandha
    Participant

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

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enable portfolio on a single page’ is closed to new replies.