Remove image + on portfolio page

Home Forums Jevelin Theme Remove image + on portfolio page

Home Forums Jevelin Theme Remove image + on portfolio page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • Thabit2017
    Participant

    Hey

    I’d like to know how I can remove the + image zoom icon on each of my portfolio entries when you hover over the image. Page =  http://datumpoint.org.uk/portfolio/

     

    I only want there to be a ‘link to page’ option when someone hovers over the image rather than a zoom/enlarge image option.

     

    Thanks

    Amy

    Thabit2017
    Participant

    Ps could you also advise if I can remove the ‘All’ category at the top of the portfolio page.

     

    Thanks!

    Solution for this topic

    Hi Amy,

     

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

     

    I’d like to know how I can remove the + image zoom icon on each of my portfolio entries when you hover over the image.

    I only want there to be a ‘link to page’ option when someone hovers over the image rather than a zoom/enlarge image option.

    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

     

    .sh-portfolio-overlay4  .sh-overlay-item:last-child {
        display: none;
    }

     

    Ps could you also advise if I can remove the ‘All’ category at the top of the portfolio page.

    If you don’t want any filter on the portfolio then just disable it from Portfolio content element options as displayed in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Thabit2017
    Participant

    Amazing! Thank you 🙂

    You are most welcome here 🙂

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