Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1187652

    Hello,
    i need to add an icon right before each accordion title. I tried this solution and it doesn’t work.
    https://kriesi.at/support/topic/adding-image-icons-to-accordion-titles
    I would like to use the fontello icon and not to create an img icon by myself. Is it possible?
    example

    #1187762

    I solved using custom images and some css. Anyway if there is a chance to do it using the font icon i would prefer that.
    Please let me know.
    Thank you

    #1187842

    Hi SurigliaStudio,

    I could not get it to work with the icon, but I managed to get it to work with the html special char. You can find one that works for you here:
    https://dev.w3.org/html5/html-author/charref

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .togglecontainer .toggler:before {
      content: "↦";
      display: inline-block;
      padding: 0 3px;
      font-size: 32px;
    }
    

    The result:
    Image 2020-02-25 at 21.50.39.png

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 4 years, 9 months ago by Victoria.
    #1187999

    Hello Victoria,
    thank you for your support. Is it possible to ask for this feature for next Enfold release?
    Thank you
    A

    #1188188

    Hi SurigliaStudio,

    This is a very specific request. I am not sure it will be implemented at all. You might want hire a freelancer to help you with that.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.