stemaste
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Telegram linkI have removed plugin
Sorry
thank you for any helpForum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Telegram linkI have testing with the username @etc.. and with number +39… too
the behavior is identicalForum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Telegram linkDesktop windows too, don’t open Telegram App, only open site
Forum: Plugins
In reply to: [Pricing Table - Responsive & Easy] Features syntaxOk, 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?
Forum: Plugins
In reply to: [Pricing Table - Responsive & Easy] Features syntaxI realized that my request was incorrect.
I would like to bring up a- list with numbers or symbols ‘v’ or ‘x’.
my test is not working properly:<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%; }
- list with numbers or symbols ‘v’ or ‘x’.
Viewing 5 replies - 1 through 5 (of 5 total)