Okay
  Public Ticket #366720
Removing Link Icon
Closed

Comments

  • Jordan started the conversation

    I am wondering how I can remove the link icon from all portfolio items on both the \"Gallery\" page, and \"Our Brands\" page. I am not an expert, so lamens terms are appreciated.

  •  291
    Paul replied

    Hi Jordan,

    You can use custom CSS to hide that. Please go to "Style Customizer > Others > Custom CSS" and try this code:

    .image-hover-icon {
        display: none !important;
    }

    In case you would like to use custom CSS for other elements, I would recommend "Developer Tools" on Chrome or "Firebug" on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul