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.
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.
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.
Hi Jordan,
You can use custom CSS to hide that. Please go to "Style Customizer > Others > Custom CSS" and try this code:
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