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?
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
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;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
thank you for your support. Is it possible to ask for this feature for next Enfold release?
Thank you
A
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