Project image without magnifier

Home Forums Jevelin Theme Project image without magnifier

Home Forums Jevelin Theme Project image without magnifier

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

    Is it possible to eliminate the magnifier over each project image in the portfolio and leave only the link symbol?

    Hi @besignLX,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    besignLX
    Participant

    Hi, i send you in private the link.

    I want to hide or, better, not to display the magnifier that appears over any image in the portfolio.

    Thank you very much.

    Solution for this topic

    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-overlay-style-overlay4 a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }
    
    #page-container .sh-portfolio-overlay-style-overlay4 .sh-overlay-item:first-child .sh-overlay-item-container {
        right: 35%;
    }

    besignLX
    Participant

    Thank you one more time!

    It worked perfectly. Was just what I needed 🙂

     

    Best regards

    You are most welcome here 🙂

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