Site logo

Archived topic

Link Icons adds icons to your links to indicate

3 replies · Started by Любомир on December 13, 2018

Viewing posts 1–4 of 4

Please tell me how-to add to all my links an icon (picture)?

the plugin Link Icons unfortunately stopped working after upgrading to 5.0.1
WooCommerce 3.5.2
WordPress: 5.0.1
Apache
PHP 7.3.0
MySQL 5.7.16-10

Hi there,

you can try this as it looks like you have fontawesome installed:

.site-content a:after {
    content: '\f35d' !important;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-size: 0.8em;
    color: #ddd;
}

Thank you. Ser! Everything is fine, I just reinstalled the plugin and it all worked!

You're welcome :) Glad you got it working.

This archived topic is closed to new replies.