Home Forums Free Themes Photomania Removing Photo Enlarge Icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29087
    Mekolt
    Participant

    Hello,

    I wanted to know if there was a way to remove the photo enlarge button when hovering over posts.

    Thank you!

    #29095
    wensolutions
    Keymaster

    Hello @Mekolt,

    If you wish to remove the popup link for the blog posts in the posts listing page, you can do it by using some simple Custom CSS. Paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .blog a.popup-link {
        display: none!important;
    }

    Hope this Helps,

    Best Regards !!

    #29384
    Mekolt
    Participant

    Works great.

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.