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:
any idea?
thx
Lucie
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
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
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
worked! thank you!