Okay
  Public Ticket #454603
Can you give icon-salient-back-to-all in portfolio some alt / title text?
Closed

Comments

  • Richard started the conversation

    I don't think it is clear to the user what exactly this icon does, so I wondered if there was a (fairly) simple way of adding some alt text / title text to it so that when they hover it tells them where they are going?

    Also, if this is possible, is it possible to make it translatable?


    Richard

  •  8,851
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #portfolio-nav #all-items a i:after {
        content: \"Back to All\";
        font-family: \'OpenSansSemibold\' !important;
        font-size: 14px !important;
        top: -8px !important;
        position: relative;
        left: 10px !important;
    }

    Thanks



    ThemeNectar Support Team