• We are using the Enigma template, and using the “portfolio” section on the homepage to link to various pages in the site.

    Is there a way to remove/hide the “link” and “magnifier” graphics that appear on each image in the portfolio section?

    • This topic was modified 3 years, 7 months ago by gigasaurus.
Viewing 1 replies (of 1 total)
  • Hello @gigasaurus ,

    Kindly pls use this css in css editor.

    
    .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay,
    .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
    	display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Zoom and Link icons on portfolio graphics’ is closed to new replies.