Okay
  Public Ticket #2843421
How to Add new CTA Icon to Tracklistlist
Closed

Comments

  • Noone started the conversation

    Hi,

    I have a question about the Add-on version

    I would like to know if it's possible to add new call to action icons or how replace those i don't use (like Patreon, Amazon...) in the Optionnals call to action for each track.
    The first screenshot is where i would like add a "Beatstar" icon and keep the "Buy" icon to redirect to the track page on my website. In this exemple i use the elementor widget linked to a playlist "Featured Beats".

    Thanks

  •  646
    Alexandre replied

    Hi, 

    I can help you to replace an icon by another icon from the fontawesome library, but unfortunately the beatstar icon is not included in this library.

    Replacing the icon by a png or svg is not so simple but it is possible if you have good css knowledge. We cant help you though this path. Sorry

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Noone replied

    Hi,

    Thanks for the quick answer. Year it could be good to know how to replace a icon by another from fontawesome. I'll appreciate if you can show me how.

    It's not a big deal if i don't have the official Beatstar icon if i can at least use a 2nd download icon to not have two times the same on the same track.


  •  646
    Alexandre replied

    Please let me know which font icon you want, and I will tell you how to replace it with some css code

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Noone replied

    I would like to use this icon as an alternative download icon : https://fontawesome.com/v5.15/icons/cloud-music?style=solid

    Thanks

  •  646
    Alexandre replied

    Unfortunately this icon is not part of the FREE fontawesome library.
    We dont have access to PRO icons.
    But you can use this one if you want
    https://fontawesome.com/v5.15/icons/music?style=solid

    To replace the patreon icon by the music icon please add this code to your custom css. 
    If you dont know where to add this, please go to wp-admin>appearance>customize>additional CSS

    .fa-patreon:before {
    content: "\f001";
    font-family: 'Font Awesome 5 Free';
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Noone replied

    Thanks a lot ! It work perfectly 

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew