Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #567032

    Hi!

    I recently had a problem with the bullet points @ the accordeon; it got fixed by the following custon css:

    ul.liste li:before {
        content: '■';
        color: #df6e1f;
    }

    But now the points in the text blocks are screwed:
    bullet points

    any idea?
    thx
    Lucie

    #567101

    Hey Lucie!

    I think this is because the last code i posted you. Please try changing it to following one

    .av_toggle_section ul.liste li:before {
        left: 3em;
    }
    

    If that does not help, please post the link to your page

    Cheers!
    Yigit

    #567181

    Hi Yigit!

    nope, still looks weird. accordeon is fine, but in the textblocks not working…i also tried it with both codes at the same time…

    thx
    Lucie

    #567777

    Hey!

    Did you get this sorted out? Both the pages look good on my end.

    Please hold down the shift key and refresh the page 5 – 6 times to empty browser cache and re-check if issue exist.

    Regards,
    Vinay

    #567786

    worked! thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘bullet points problem in text block / accordeon’ is closed to new replies.