Home Forums WoodMart support forum Replace Icons

Replace Icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269981

    [email protected]
    Participant

    2 quick questions on icons:
    1) How do we go about replacing the shopping cart icon with a custom one we just created
    2) If we need to replace it with a font awesome icon, I have see it before that the icon has a funny code such as /c01 etc – where do we get a list of these icons if we need to change it in CSS

    #270079

    Hello,

    1 &2) Could you please provide the URL of the shop page to check it myself and help you out accordingly. Because there is no option available to change the cart icon. I will provide you with Custom CSS for how to change.

    And our theme has its own set of icons and some set of Font-Awesome icons. You can find icons in the following URL: https://fontawesome.com/v4.7.0/

    Best Regards

    #270118

    [email protected]
    Participant

    Sure see below

    #270126

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .wd-action-btn.wd-add-cart-btn>a:before {
        content: "\f123";
        font-family: woodmart-font;
    }

    Regards.
    Xtemos Studios

Viewing 4 posts - 1 through 4 (of 4 total)