Cart Icon

  • Is there a way for me to create a shopping cart icon on the website?

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    thank you for using our theme.

    It’s possible with some customization work, you’ll need to add this to the Custom CSS and to style it more if needed:

    .menu-item-256 a:before {
        content: "\f447";
        display: inline-block;
        font-family: "Genericons";
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: top;
        margin-top: 7px;
    }

    Hope this helps.

    All the best,
    Ana

  • The topic ‘Cart Icon’ is closed to new replies.