Viewing Flexbox / Styled Text: List numbers nor formatted like surrounding text

Flexbox / Styled Text: List numbers nor formatted like surrounding text



User: Horst H. 2 years ago
Although all surrounding text is entered in Verdana 18, the list numbers remain too small (see screenshot). How do I modify the styling of the list numbers?

screenshot_list_number.png
User: EverWeb Support 2 years ago
Hi Horst,

Please see our answer here:

https://billing.ragesw.com/forum.php?act=thread&tid=7004

If you are still having trouble with this, please open a support ticket:

https://billing.ragesw.com/submitticket.php

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More
User: Horst H. 2 years ago
I have done some digging and found a partial work-around. Assuming that all list item counters should be numbered using the same style, this code does the trick when inserted into the "Head Code" field:

[code]<style>
ol li::marker {
font-family: Verdana;
font-size: 18px;
}
</style>[/code]

The ::marker this is fairly new and not 100% supported by all browsers. See here.


Post Reply
You must login or signup to post.