Support » Theme: Optimizer » Hide magnifying glass button in posts widget

  • Is there a way to hide the magnifying glass button and leave only the plus button when users hover over an image in the post widget (see screenshot)? I only want to give my users the option of clicking into the post.

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    .icon_wrap .imgzoom {
        display: none !important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Hide magnifying glass button in posts widget’ is closed to new replies.