This topic has 8 replies, 2 voices, and was last updated 6 years, 12 months ago ago by Rose Tyler
Hello!
When using bullet points in a text, they are not visible:
https://totaladventure.nl/?post_type=product&p=21474&preview=true
What is wrong?
Hello,
You may add class="bullet-list"
– http://prntscr.com/hd7vvf
and this code add in Custom css:
.bullet-list li {
list-style: inherit;
margin-left: 18px;
}
Regards
Hi Rose,
Thanks for the quick answer. But this is for a client and not very useful when she need to put codes in the text.
Why does the text-editor not work then?
In this case, simply add this code in Global Custom css:
.tab-description li {
list-style: inherit;
margin-left: 18px;
}
Regards
Yes perfect!
Only in the short description it does not work: https://totaladventure.nl/?post_type=product&p=21474&preview=true
I do not see content in your short description http://prntscr.com/hd83c2
Regards
Ah, i think a did not save it well.
Please take a look now 🙂 https://totaladventure.nl/product/yoga-pelgrimage-mallorca-4-tm11-mei-2018/
Please change the previous code to:
.tab-description li, .product-information .short-description li {
list-style: inherit;
margin-left: 18px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up