Remove hyperlink logo

Home Forums Jevelin Theme Remove hyperlink logo

Home Forums Jevelin Theme Remove hyperlink logo

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • pzl
    Participant

    Hi Support, is there a way to remove the hyperlink logo when hovering over picture in blog? Thanks.

    Hi @pzl,

     

    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 and also share the screenshot of it so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    pzl
    Participant

    There you go, thank you so much!

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

    You can remove 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

     

    .blog-list article a.sh-overlay-item {
        display: none;
    }

    pzl
    Participant

    After using the code, it removed the hyperlink icon. However, the image is not longer clickable when hovered over. Previously, clicking the image will bring me to the post itself. Now hovering over it just shows a blue overlay with no effect. Is there a way to make it better? Thanks.

    Now I can’t access your site using shared credentials.

     

    Please make sure that it is accessible.

    pzl
    Participant

    My mistake, the credentials should work now. Thank you!

    Solution for this topic

    Please change the above shared CSS code as following.

     

    .blog-list article a.sh-overlay-item .sh-overlay-item-container {
        display: none;
    }

    pzl
    Participant

    Yes, that works perfectly. Thank you so much Shufflehound Support!

    You are most welcome here 🙂

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