Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1156786
How can I change portfolio item external link icon.
Closed

Comments

  •  2
    Narerit started the conversation

    I want to change this orb icon into download icon.
    Because I want to implement link to download a picture.

    Thanks. 

  •  7,280
    Oliver replied

    HI!

    To what icon you need to change it? What pack?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Narerit replied

    Elegant pack 

    e0e8

    Thanks

  •  7,280
    Oliver replied

    Pls. install child theme and add this code to functions.php of the child theme. 

    wp_register_style('icons-elegant', get_template_directory_uri() . '/css/icons-elegant.css');
    wp_enqueue_style('icons-elegant');
    

    And let me know

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Narerit replied

    Add this already. Nothing change.

  •  7,280
    Oliver replied

    Now this css:

    body .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.outer-link:before {
        font-family: "ElegantIcons";
        content: '\e0e8';
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Narerit replied

    Add this , already change. 

    Thank you.