Archived topic
Using font awesome icons as bullets
26 replies · Started by Pete on January 28, 2019
I'm using Font Awesome icons without any trouble everywhere on my site, except for my <li> bullets.
This is my css...
.cat-item a::before{
font-family: 'FontAwesome';
content: '\f007';
margin:0 5px 0 -15px;}
This is the result...

Hi there,
is that a sidebar widget? if so try this CSS:
#lct-widget-asdan-container ul {
list-style-type: none;
}
You may want to replace .widget with a more specific class for that widget.
Tried that but it didn't work
Yes it's a widget
Can you link me to the Site? You can edit your original topic and use the Site URL field for privacy.
I can't sorry. What can I do here to help?
Which widget are you using to display the category list? Is it the default WP one?
A footer widget with a custom taxonomy
All my other CSS works fine except the font awesome
Hard to tell without seeing the site, can you use browser inspector on the footer widget and send me a screenshot of the elements markup?
Is this what you want?
<div id="lct-widget-asdan-container" class="list-custom-taxonomy-widget"><h2 class="widget-title">ASDAN</h2><ul id="lct-widget-asdan"> <li class="cat-item cat-item-207"><a href="https://senau.com.au/senau-asdan/not-yet-allocated">NOT YET ALLOCATED</a> (0)
</li>
<li class="cat-item cat-item-208"><a href="https://senau.com.au/senau-asdan/new-horizons-nh">New Horizons (NH)</a> (1)
<ul class="children">
<li class="cat-item cat-item-211"><a href="https://senau.com.au/senau-asdan/citizenship">Citizenship</a> (1)
<ul class="children">
<li class="cat-item cat-item-216"><a href="https://senau.com.au/senau-asdan/c1-having-your-say">C1 Having your say</a> (1)
<ul class="children">
<li class="cat-item cat-item-251"><a href="https://senau.com.au/senau-asdan/decide-on-something-as-part-of-a-group-other">Decide on something as part of a group – Other</a> (1)
</li>
<li class="cat-item cat-item-252"><a href="https://senau.com.au/senau-asdan/decide-on-something-as-part-of-a-group-what-game-to-play">Decide on something as part of a group – what game to play</a> (0)
</li>
<li class="cat-item cat-item-253"><a href="https://senau.com.au/senau-asdan/decide-on-something-as-part-of-a-group-what-music-to-listen-to">Decide on something as part of a group – what music to listen to</a> (0)
</li>
<li class="cat-item cat-item-254"><a href="https://senau.com.au/senau-asdan/decide-on-something-as-part-of-a-group-what-to-eat">Decide on something as part of a group – what to eat</a> (0)
</li>
<li class="cat-item cat-item-255"><a href="https://senau.com.au/senau-asdan/parallel-activity">Parallel activity</a> (0)
</li>
<li class="cat-item cat-item-256"><a href="https://senau.com.au/senau-asdan/take-part-in-a-discussion-ask-and-answer-questions">Take part in a discussion – ask and answer questions</a> (0)
</li>
<li class="cat-item cat-item-257"><a href="https://senau.com.au/senau-asdan/take-part-in-a-discussion-listen-to-others">Take part in a discussion – listen to others</a> (0)
</li>
<li class="cat-item cat-item-258"><a href="https://senau.com.au/senau-asdan/take-part-in-a-discussion-say-what-you-think">Take part in a discussion – say what you think</a> (0)
</li>
</ul>
</li>
<li class="cat-item cat-item-217"><a href="https://senau.com.au/senau-asdan/c2-rules">C2 Rules</a> (0)
<ul class="children">
<li class="cat-item cat-item-259"><a href="https://senau.com.au/senau-asdan/parallel-activity-c2-rules-citizenship">Parallel activity</a> (0)
</li>
<li class="cat-item cat-item-260"><a href="https://senau.com.au/senau-asdan/show-you-can-follow-rules-in-your-centre-be-kind">Show you can follow rules in your centre – Be kind</a> (0)
</li>
<li class="cat-item cat-item-261"><a href="https://senau.com.au/senau-asdan/show-you-can-follow-rules-in-your-centre-be-polite">Show you can follow rules in your centre – Be polite</a> (0)
</li>
<li class="cat-item cat-item-262"><a href="https://senau.com.au/senau-asdan/show-you-can-follow-rules-in-your-centre-help-make-some-rules-for-your-group">Show you can follow rules in your centre – Help make some rules for your group</a> (0)
</li>
<li class="cat-item cat-item-263"><a href="https://senau.com.au/senau-asdan/show-you-can-follow-rules-in-your-centre-help-others">Show you can follow rules in your centre – Help others</a> (0)
</li>
<li class="cat-item cat-item-264"><a href="https://senau.com.au/senau-asdan/show-you-can-follow-rules-in-your-centre-other">Show you can follow rules in your centre – Other</a> (0)
</li>
</ul>
</li>
<li class="cat-item cat-item-218"><a href="https://senau.com.au/senau-asdan/c3-rights-and-responsibilities">C3 Rights and responsibilities</a> (0)
<ul class="children">
<li class="cat-item cat-item-265"><a href="https://senau.com.au/senau-asdan/parallel-activity-c3-rights-and-responsibilities-citizenship">Parallel activity</a> (0)
</li>
<li class="cat-item cat-item-266"><a href="https://senau.com.au/senau-asdan/show-when-someone-is-being-teased-or-bullied-being-hurt">Show when someone is being teased or bullied – Being hurt</a> (0)
</li>
<li class="cat-item cat-item-267"><a href="https://senau.com.au/senau-asdan/show-when-someone-is-being-teased-or-bullied-being-laughed-at">Show when someone is being teased or bullied – Being laughed at</a> (0)
</li>
<li class="cat-item cat-item-268"><a href="https://senau.com.au/senau-asdan/show-when-someone-is-being-teased-or-bullied-feeling-scared">Show when someone is being teased or bullied – Feeling scared</a> (0)
</li>
<li class="cat-item cat-item-269"><a href="https://senau.com.au/senau-asdan/show-when-someone-is-being-teased-or-bullied-other">Show when someone is being teased or bullied – Other</a> (0)
</li>
<li class="cat-item cat-item-270"><a href="https://senau.com.au/senau-asdan/show-when-someone-is-being-teased-or-bullied-show-what-is-fair-and-unfair">Show when someone is being teased or bullied – Show what is fair and unfair</a> (0)
</li>
ul#lct-widget-asdan li , ul#lct-widget-pscales li , ul#lct-widget-ablewa li {margin-left:20px;list-style-type:disc;}
#footer-widgets ul#lct-widget-asdan li.cat-item a {font-weight:normal;font-size:1.4em;}
#footer-widgets ul#lct-widget-asdan li.cat-item a::before{
font-family: 'FontAwesome';
content: '\f007';
margin:0 5px 0 -15px;}
#footer-widgets ul#lct-widget-asdan li ul li.cat-item a {font-weight:bold;font-size:1em;}
#footer-widgets ul#lct-widget-asdan li ul li ul li.cat-item a {font-weight:normal;font-size:1em;}
#footer-widgets ul#lct-widget-asdan li ul li ul li ul li.cat-item a {font-weight:normal;font-size:1em;font-style: oblique;}
#footer-widgets ul#lct-widget-pscales li.cat-item a {font-weight:normal;font-size:1.4em;}
#footer-widgets ul#lct-widget-pscales li ul li.cat-item a {font-weight:bold;font-size:1em;}
#footer-widgets ul#lct-widget-pscales li ul li ul li.cat-item a {font-weight:normal;font-size:1em;font-style: oblique;}
#footer-widgets ul#lct-widget-ablewa li.cat-item a {font-weight:normal;font-size:1.4em;}
#footer-widgets ul#lct-widget-ablewa li ul li.cat-item a {font-weight:bold;font-size:1em;}
#footer-widgets ul#lct-widget-ablewa li ul li ul li.cat-item a {font-weight:normal;text-transform: uppercase;font-size:1em;}
#footer-widgets ul#lct-widget-ablewa li ul li ul li ul li.cat-item a {font-weight:normal;text-transform: none;font-size:1em;}
#footer-widgets ul#lct-widget-ablewa li ul li ul li ul li ul li.cat-item a {font-weight:normal;font-size:1em;text-transform: none;font-style: oblique;}
I have edited the code here to target the widget ID. If that don't work then we may need to target the li instead of the ul
The thing is as the image shows, the font awesome icon is trying hard to show but it's not quite there.
Did that CSS remove the bullet point which is covering the icon? If not try this:
ul#lct-widget-asdan li,
ul#lct-widget-pscales li,
ul#lct-widget-ablewa li {
list-style-type:disc !important;
}
This is my problem... the icon isn't displaying.