Custom Bullets In In List - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Custom Bullets In In List

G

Graeme

SP Page Builder 3 years ago

Hi I am trying to usr Fontawsome icons as a a list bullet I Can achive this in a long winded way is there a simpler way to acheve this

Athe the moment I have to put the list in a regular labs snippit then place the snippt in the text addon and this renders fine

if i put the code directly in the text area

<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> The Code is stripped to this

  <ul class="fa-ul">
    <li><span class="fa-li"></span>List icons can</li>
    <li><span class="fa-li"></span>be used to</li>
    <li><span class="fa-li"></span>replace bullets</li>
    <li><span class="fa-li"></span>in lists</li>
  </ul>

I have change the setting in The tiny mice editor to use joomla settings it allow some html markup but not all

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #75977

Hi there!

Thanks for your query. Yes, textblock addons are not designed to use HTML codes I think.

You can use the raw HTML addon if you want to use HTML codes.

Best Regards

0