Home Forums WoodMart support forum Icon Changes

Icon Changes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #487738

    pjmanzione
    Participant

    I was wondering if there is a way to change the icons on the hover over items. For example when you hover over the item in the all product page and a little shopping cart icon appears I would like to change that to different icon because I am not selling items more informational.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    This icon can be changed with CSS. You need to upload the image to the Media library and then set the button image. Let us know if you need our help and provide Media library image URL.

    Best Regards

    #487985

    pjmanzione
    Participant

    Yes I will need some assistance on changing the icons. Thanks

    #488318

    Hello,

    Please provide the image URL and page URL.

    Best Regards

    #488942

    pjmanzione
    Participant
    #489160

    Hello,

    I have checked the image it is Awesome icon and we can add it as it is.

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

    body .wd-add-btn-replace .add-to-cart-loop::before {
        content: "\f05a";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
    }

    Please make sure the Font Awesome icons have been enabled on your site. You can enable it in the Theme Settings > Performance > Font icons > set “Always use”.

    Best Regards

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