Comments emmanuel started the conversationNovember 3, 2015 at 2:09pmIn the portfolio, there is an icon showing 4 little squares on the left of the header.How can we remove/hide this icon, or replace it with something else (bitmap or unicode symbol) ?emmanuel repliedNovember 3, 2015 at 6:46pmYepee ! Using Firebug I found that this icon seems to be relative to the CSS : icon-salient-back-to-allSo I added this in the Custom CSS Code, and... it works ! No more icon ! :.icon-salient-back-to-all:before { content: \"\";} Sign in to reply ...
In the portfolio, there is an icon showing 4 little squares on the left of the header.
How can we remove/hide this icon, or replace it with something else (bitmap or unicode symbol) ?
Yepee ! Using Firebug I found that this icon seems to be relative to the CSS : icon-salient-back-to-all
So I added this in the Custom CSS Code, and... it works ! No more icon ! :
.icon-salient-back-to-all:before {
content: \"\";
}