Tagged: Accordion, custom icon, fontello
Hi Guys, I´m trying to have a custom icon on an accordion, but I get only text. Also happens on your documentation site, see links below:
Hey LUISCANAL,
Try a back slash before the icon number:
.my-custom-tabs .toggle_icon:before {
font-family: 'entypo-fontello';
content: '\e817';
position: absolute;
font-size: 18px;
top: 50%;
transform: translateY(-50%);
left: 0px;
line-height: 0;
color: red;
}
Best regards,
Mike
Also I need to have a custom icon on each toggle option, I´ve tried to put an ID on the option, but how I can create a css for each option ?
Hi,
I was going to suggest :nth-child() but it looks like you have it sorted out now.
Best regards,
Mike
Yes !! I just did. Thanks a bunch for the pointers. As always best theme and best support !!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike