Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #931718

    Hi,

    I read this forum post:

    and have a similar question, but this does not work for the menu.

    How can I use an entypo-fontello icon

    a) instead of a (sub)menu item TEXT or
    b) BEFORE a (sub)menu item text?

    I would like to
    a) replace “Shop” with a shopping-cart icon from entypo-fontello or alternatively
    b) adding the shopping-cart icon before the text “Shop”:

    View post on imgur.com

    NOTE: I do not use ENFOLD’s shopping feature or WooCommerce, it is just a simple page called “Shop” in my case.
    Thanks.

    #931725

    I got it:

    #menu-item-3799 > a::before {
        content: "\e824";
        font-family: entypo-fontello;
        font-size: 20px;
        padding-right: 6px;
        vertical-align: text-top;
    }

    Topic can be closed, thank you.

    #931831

    Hi Gitte,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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