Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #159723
    adeptvisuals
    Participant

    adeptvisuals.com

    On my site if you scroll down under what we do, there is a mag glass that appears when you hover and that has to be what’s clicked to enter that gallery. The image darkens as well. Is there a way to remove the mag glass, make the whole image clickable and also make the image turn brighter instead of darker on hover?

    Thanks for all the support thus far!

    #159756
    sapana
    Participant

    @adeptvisuals: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .view-detail {
        display:none !important;
    }
    #portfolio-content-section .post-thumbnail {
        position:relative;
        z-index:1;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #159788
    adeptvisuals
    Participant

    Worked perfect, Thanks again!

    #159839
    sapana
    Participant

    @adeptvisuals:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove magnifying glass over portfolio images’ is closed to new replies.