Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #378247

    Hello, im using this theme with some text blocks using “Bullet Points” but its a standard black circle, i need to change it to a .PNG image to customize my website, how can i do it? I’ve found some people asking the same question on this support page, but the answer was private, thats why im opening this topic.

    Thanks.

    #378863

    Hi FuscAzul!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock li:before {
    content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png);
    }
    .avia_textblock ul {
    list-style: none;
    }

    If you would like to apply changes on certain elements, please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block element a custom CSS class and use the code as following

    .avia_textblock.your-custom-class li:before {
    content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png);
    }
    .avia_textblock.your-custom-class ul {
    list-style: none;
    }

    Best regards,
    Yigit

    #516021

    I have used this for my website. It works fine, but bullitpoints are not alligned wit the the text anymore, the moved to the right.

    Is there a way of fixing this?

    See http://www.celebrationevents.nl/dj-huren/bruiloft-dj/

    #516233

    Hi @CelebrationEvents,

    I got a 403 error when visiting your link, could you check please?

    Best regards,
    Rikard

    #516759

    Hello Rikard,

    Please check http://www.dj-bruiloft.nl,

    i did the same there, I hope you can fix the alignmnet

    #517190

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .entry-content-wrapper li {
        margin-left: 0em !important;
    }

    Best regards,
    Rikard

    #517320

    GREAT!!

    Thanxs again for the support.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change the standard Bullet Points to a custom .PNG image?’ is closed to new replies.