Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1290456

    Hi, is it possible to add a fontello icon to the accordion toggle title, so that it’s a part of the title itself (not used as the toggler)?

    If so, could you lease advise on the syntax? I’ve attached a screenshot of what I’m thinking.

    Thank you for your help!

    #1291203

    Hey designyvr,

    Sorry for the late reply. You can try to add markup like this to your titles:

    <span data-av_icon="" data-av_iconfont="entypo-fontello" style="height: 44px; line-height: 44px;"></span>

    Best regards,
    Rikard

    #1291469

    Hi Rikard, Thank you for this.

    What’s the syntax for what goes inside “data-av_icon” ?:

    <span data-av_icon=”” data-av_iconfont=”entypo-fontello” style=”height: 44px; line-height: 44px;”></span>

    For example, if I want to display a heart icon (ue806), I added the following, but it did not work:

    <span data-av_icon=”ue806″ data-av_iconfont=”entypo-fontello” style=”height: 44px; line-height: 44px;”></span>

    In your comments it looks like an empty square is within “data_av_icon”, can you please provide an example of what should go in there?

    Thank you very much!

    #1292041

    Hi,

    Thanks for the update. That is the problem with this, you would have to add the icon to your layout, then inspect it using your browser, and copy the markup on the front end into the header. Please try that out.

    Best regards,
    Rikard

    #1292129

    Thank you so much for your help Rikard!! That works perfectly!!

    #1292134

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding Icon to Accordion Toggle Title?’ is closed to new replies.