• Resolved onigetoc

    (@onigetoc)


    Hi,
    Great plugin
    just to tell how to add a Fontawesome download icon.

    a.download-button:before {
    font-size: 18px;
    content: ‘\f019’;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 4px;
    }

    I did it here for my VST synthesizer plugin Softplug Adventus.
    http://softplug.com/download1/

    • This topic was modified 6 years, 8 months ago by onigetoc.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter onigetoc

    (@onigetoc)

    I just find out that if i’m not using another plugin in this page i do not have FontAwesome.
    I did add a WordPress dashicon instead.

    a.download-button:before {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    /* text-decoration: inherit; */
    font-family: dashicons;
    content: “\f316”;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    }

    Hey @onigetoc,

    Thanks for sharing the details. I hope someone trying to do the same finds this useful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add a download icon to button’ is closed to new replies.