Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1437350

    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:

    #1437374

    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

    #1437376

    Thanks ! Now worked !

    • This reply was modified 7 months, 3 weeks ago by LUISCANAL.
    • This reply was modified 7 months, 3 weeks ago by LUISCANAL.
    #1437379

    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 ?

    #1437382

    Hi,
    I was going to suggest :nth-child() but it looks like you have it sorted out now.

    Best regards,
    Mike

    #1437383

    Yes !! I just did. Thanks a bunch for the pointers. As always best theme and best support !!

    #1437384

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Accordion Custom Icon Showing Fonts’ is closed to new replies.