Icons not working
-
Hi,
I have created a new accordion with content as [icon name=”download” prefix=”fas”] Instant digital download
It should display icon followed by content.
This code is working fine with old accordions. However, when I created a new accordion today, it’s not working. On doing inspect element, the html code generated by these 2 accordions is different.
Old accordion (working) generated code: <i class=”fas fa-download”>::before </i>
New accordion (not working) generated code: <i class fas” fa-“download””</i> – this is not proper html code and even ::before tag is missing.
Please check. I have the latest version installed but I am not sure which version caused this problem because I have created a new accordion like this after a long time.
The page I need help with: [log in to see the link]
- The topic ‘Icons not working’ is closed to new replies.