Okay
  Public Ticket #574049
Remove/hide the icon in Portfolio header
Closed

Comments

  • emmanuel started the conversation

    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) ?

  • emmanuel replied

    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: \"\";
    }