Forums
(@stemaste)
4 years, 7 months ago
I have removed plugin
Sorry thank you for any help
I have testing with the username @etc.. and with number +39… too the behavior is identical
Desktop windows too, don’t open Telegram App, only open site
4 years, 10 months ago
Ok, I have found the solution:
.pricingTable_89 .pricingContent_89 ul li:before{ content: "\f00c"; font-family: 'FontAwesome'; margin-right: 10px; color: #00AA00 !Important; transition:all 0.5s ease 0s; }
Work, but it’s correct?
I realized that my request was incorrect. I would like to bring up a
<ol class="test"> <li>First</li> <li>Two</li> <li>Three</li> <li>Four</li> <li>Five</li> </ol>
CSS:
.test { margin-left: 0; padding-right: 0; list-style-type: none; } .test li { counter-increment: numeration; } .test li::before { content: counter(numeration); margin-right: 5px; font-size: 80%; background-color:#3b97a1; color: white; font-weight: bold; padding: 3px 8px; border-radius: 50%; }