Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1473175

    Hi,

    I´ve tried to upload the icons to iconmoon, download and re-upload it to fontello. But this is still not working.

    The css code from this thread is not working too.

    Could you please check it on my website what is going on?

    Thank you in advance.

    #1473180

    Hey michael_goering,
    Thanks, these icons are colored, for fontello they need to be black and white only. If you want to use the css please convert to PNG.
    I do see working icons in the backend:
    Screen Shot 2024 12 08 at 7.44.27 AM
    that show on the frontend:
    Screen Shot 2024 12 08 at 7.46.55 AM

    Best regards,
    Mike

    #1473241
    This reply has been marked as private.
    #1473269

    Hi,
    For the css, each icon has a different code number, for your shield with the check mark it is \e802

    div[data-av_icon="\e802"] {
    	content: " ";
    	background-image: url(/wp-content/uploads/2024/12/Goering_Icon1_eCheck_farbig_RGB.png) !important;
    	background-size: contain;
    	background-repeat: no-repeat;
           font-size: 0 !important
    }

    I adjusted your css and now it works.
    Enfold Support 6559
    Please review the thread on how to find the icon code:
    Enfold Support 6561

    Best regards,
    Mike

    #1473333
    This reply has been marked as private.
    #1473364

    i guess you have that warning on uploading your icons to fontello about compound path.
    you can edit your vector based icon f.e. in illustrator – open your svg and look at Object Menu – Compound Path – create
    i hope that this will be the names – because i’m working on german versions : Objekt – zusammengesetzter Pfad – erstellen.

    Working with Pathfinder is not enough. You had to go that way.

    ________

    Mikes Way is to substitute an existing entypo-fontello icon by an image. Big advantage – you can use the icon font to insert even colored svg icons.
    see here: https://enfold.webers-webdesign.de/colorized-font-icons/

    #1473394

    Hi,

    How can I place the icon in the middle?

    Make sure the background-position is set to center center, and adjust the value of the background-size property if you need to reduce the size of the images.

    Example:

    div[data-av_icon="\e804"] {
        content: " ";
        background-image: url(/wp-content/uploads/2024/12/Goering_Icon5_eKey_farbig_RGB.png) !important;
        background-size: 50%;
        background-repeat: no-repeat;
        font-size: 0 !important;
        background-position: center center;
    }

    Best regards,
    Ismael

    #1473397
    This reply has been marked as private.
    #1473405

    Hi,

    The modifications made in the Quick CSS field should be preserved after an update. You don’t need to add it again.

    Best regards,
    Ismael

    #1473410
    This reply has been marked as private.
    #1473419

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1473440
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘add custom icon’ is closed to new replies.