Display Icon With pseudo css :before
-
Hi,
After updating to 2.0 there is a problem displaying the icons with css pseudo element :before in my lists.
Before the update there was no problem.
li.check { list-style-type: none; font-size: 18px; margin: 0.1rem; color: #FFFFFF; } li.check:before { content: '\f00c'; font-family: 'FontAwesome'; float: left; margin-left: -1.5em; color: #FFFFFF; }
I’ve solved it temporarily by switching to Font Awesome’s own WP plugin.
Rgz
Andrew
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Display Icon With pseudo css :before’ is closed to new replies.