buttons on hover blog page

Home Forums Jevelin Theme buttons on hover blog page

Home Forums Jevelin Theme buttons on hover blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • joaquinestevan
    Participant

    http://joaquinestevan.com/

    Can I remove the zoom button on the blog page images?

    I only want the link one, but I see no option to solve that.

    Solution for this topic

    Hi @joaquinestevan,

     

    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

     

    .sh-overlay-style1 .sh-overlay-item:last-child {
        display: none;
    }
    
    .sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
        right: 40%;
    }

     

    Best regards,
    Shufflehound team

    joaquinestevan
    Participant

    Thank you very much 😀

    You are most welcome here 🙂

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