Portfolio individual pages template

Home Forums Jevelin Theme Portfolio individual pages template

Home Forums Jevelin Theme Portfolio individual pages template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Lonartorg
    Participant

    Hi there,

     

    I would like to hide the image from each portfolio individual page, example https://www.wearemaker.co/project/formula-e/  (but not from the generic portfolio gallery – images here are good https://www.wearemaker.co/gallery/)

     

    How can I achieve this? thank you

    Attachments:
    You must be logged in to view attached files.

    Hi @Lonartorg,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-fw-portfolio .sh-portfolio-single-slider .sh-gallery {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)