Adding Check‐Mark Bullets In Featured Box - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Adding Check‐Mark Bullets In Featured Box

AHMED EDRISS

AHMED EDRISS

SP Page Builder 4 months ago

Hello JoomShaper Support Team,

I hope you’re doing well. I’m working with one of your templates and would like to style the Featured Box content so that each list item displays a green check‐mark icon instead of the default bullet. (Please see the attached screenshot.)

Could you please advise:

Which module or template override is responsible for rendering the Featured Box list?

What CSS or configuration steps I need to apply to swap the default bullet for a check‐mark icon?

If any custom code (HTML override, Font Awesome class, etc.) is required, could you share a brief example?

Thank you in advance for your guidance—I appreciate any pointers or sample code you can provide.

Example in MS-Word: https://postimg.cc/mt2YnQjB

Feature Box: https://postimg.cc/67d4q3cM The link for the icon: https://postimg.cc/N2X3q3B2

0
7 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196000

Hi there,

Thank you for reaching out. Add this html code inside the source of your feature addon.

https://prnt.sc/6vapQKIPrdrz

https://prnt.sc/xMlPkIYihIP-

<ul class="fa-ul">
  <li><span class="fa-li"><i class="fa-solid fa-check-square"></i></span>List icons can</li>
  <li><span class="fa-li"><i class="fa-solid fa-check-square"></i></span>be used to</li>
  <li><span class="fa-li"><i class="fa-solid fa-spinner fa-pulse"></i></span>replace bullets</li>
  <li><span class="fa-li"><i class="fa-regular fa-square"></i></span>in lists</li>
</ul>

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
AHMED EDRISS
AHMED EDRISS
Accepted Answer
4 months ago #196005

The HTML code I entered does not produce the expected effect. I need the same shape and color not a default check bullet

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196006

Could you kindly grant me access to your Joomla administrator area so that I can investigate the issue you're experiencing? Prior to providing access, please ensure that you have backed up your site. Additionally, it's important to note that providing login credentials is entirely voluntary on your part; we respect your decision either way. However, if you do choose to share the login details, it would greatly expedite the resolution process. Thank you for your cooperation.

0
AHMED EDRISS
AHMED EDRISS
Accepted Answer
4 months ago #196008

This is how it looks now: https://postimg.cc/fS9RqWLG This is how I wanted: https://postimg.cc/hhd4BjDw

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196010

Font Class name is fas fa-circle-check

<ul class="fa-ul">
<li><span class="fa-li"><i class="fas fa-circle-check"></i></span>List icons can</li>
<li><span class="fa-li"><i class="fas fa-circle-check"></i></span>be used to</li>
<li><span class="fa-li"><i class="fas fa-circle-check"></i></span>replace bullets</li>
<li><span class="fa-li"><i class="fas fa-circle-check"></i></span>in lists</li>
</ul>
0
AHMED EDRISS
AHMED EDRISS
Accepted Answer
4 months ago #196011

Please find the admin login details

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196012

Check now. Thanks

0