Okay
  Public Ticket #1834413
Changing back to Portfolio Icon to Text
Closed

Comments

  •  1
    lukasgraphics started the conversation

    Is there a way to change the back to portfolio icon from the "grid icon" to text that says "To Portfolio" with hovering color?   To me that icon isn't obvious to a user.

    Or perhaps a better option would be to change that icon to something like this:

    https://image.flaticon.com/icons/svg/335/335873.svg


    Thanks as always.

  •  1,559
    Laborator replied

    Hi there,

    As I can see you have already implemented the icon to your site.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    lukasgraphics replied

    I would still like to change it to text if possible.   If not I understand.   

  •  1,559
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS:

    .single-portfolio-holder .portfolio-navigation .back-to-portfolio:before {
      display: block;
      text-align: center;
      content: "To portfolio";
      line-height: 45px;
      color: rgba(255,255,255,0.5);
      transition: all 0.2s;
    }
    .single-portfolio-holder .portfolio-navigation .back-to-portfolio:hover:before  {
      color: rgba(255,255,255,1);  
    }
    .single-portfolio-holder .portfolio-navigation .back-to-portfolio i {
      display: none;
    }
    .single-portfolio-holder .portfolio-navigation .back-to-portfolio {
      width: auto;
      padding: 0 20px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    lukasgraphics replied

    ART,

    I love it thanks for your help and a great product.   My favorite purchased template.

  •  1,559
    Laborator replied

    We are happy to hear that, have a great weeksmile.png

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group