[Resolved] Link Icons adds icons to your links to indicate

Home Forums Support [Resolved] Link Icons adds icons to your links to indicate

Home Forums Support Link Icons adds icons to your links to indicate

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755312
    Любомир

    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

    #755461
    David
    Staff
    Customer Support

    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;
    }
    #755462
    Любомир

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

    #755465
    David
    Staff
    Customer Support

    You’re welcome 🙂 Glad you got it working.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.