Delete link from portfolio preview for image

Home Forums Jevelin Theme Delete link from portfolio preview for image

Home Forums Jevelin Theme Delete link from portfolio preview for image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • christiaanvr
    Participant

    H ithere, in portfolio overview – we want to delete the cirlcled magnifying glass that let the Porfolio image pop out to view.

     

    We only want the visitor to click the portfolio itme, so it opens the single portfolio page.

     

    How to do this?

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

    Solution for this topic

    Hi @christiaanvr,

     

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

     

    You can remove it using below custom CSS code.

     

    .sh-portfolio-item a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    christiaanvr
    Participant

    Great, tha worked.. but can we allign the button for url/link as well? See screenshot . it is not alligned center..

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

    Solution for this topic

    To align it please use the below custom CSS code.

     

    .sh-portfolio-item a.sh-overlay-item.sh-table-cell:first-child {
        display: block;
        margin: 0 auto;
    }

    christiaanvr
    Participant

    Thanks a lot, that worked

    You are most welcome here 🙂

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