Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1184742
How can I change this Icon on portfolio items hover.
Closed

Comments

  •  2
    Narerit started the conversation

    I want to change this note icon to more icon.

    More icon code is f297 in Material design. 

  •  7,092
    Oliver replied

    HI!

    At first pls. add this code to the functions.php of the child theme:

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

    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

    Already added it. What's next?

  •  7,092
    Oliver replied

    HI!

    as I see you already changed it. 

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

    Regards, Oliver