Home Forums WoodMart support forum Change product icons to a bag

Change product icons to a bag

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

    newK9
    Participant

    Hi, I’ve changed the cart icon in the header to the “bag” but found that the trolley icon is still being used on the products. How can I can them to match up with the “bag” icon?

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #129636

    Hello,

    The setting in the Header builder concerns the shopping cart in the header only. If you want to change the shopping cart in the grid, you can change it with custom CSS and use this one https://fontawesome.com/v4.7.0/icon/shopping-bag as our theme supports only these icons.

    Let me know if you need help with CSS

    Best Regards

    #129666

    newK9
    Participant

    Hi Elise, just out of interest I don’t believe you are using fontawesome for the trolley icon already, so why can’t you replace it with the bag the icon used in the header?

    Could you please advice me with CSS for the changes? Thank you.

    #129667

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-buttons .woodmart-add-btn>a:before {
        content: "\f11d";
    }

    Best Regards

Tagged: 

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

The topic ‘Change product icons to a bag’ is closed to new replies.