Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1396064

    Hey there,

    i tried to customize my Bullets, but somehow it does not work. Instead of the Icon, he shows me just the Text “ue805”.
    But I put the Icon also in the Text editor to see which number it has.
    This icon I want:
    [av_font_icon icon='ue805' font='wery-designstudio-icons' style='' caption='' link='' linktarget='' size='20px' position='left' animation='deactivated' color='' av_uid='av-2amarj' custom_class='haken' admin_preview_bg=''][/av_font_icon]

    and this is my css:
    `
    .bullets li {
    list-style: none!important;
    }

    .bullets li {
    padding-left: 40px;
    }

    .bullets li:before {
    content: ‘ue805’;
    font-family: ‘wery-designstudio-icons’;
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    }

    Cheers
    Monika

    #1396092

    Hey Monika,
    Thanks for the link to your page, please try this css instead:

    .bullets li {
    list-style: none!important;
    }
    
    .bullets li {
    padding-left: 40px;
    }
    
    .bullets li:before {
    content: '\e805';
    font-family: 'wery-designstudio-icons';
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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