Home › Forums › WoodMart support forum › Change quick add cart icon2
Change quick add cart icon2
- This topic has 16 replies, 2 voices, and was last updated 8 months, 3 weeks ago by Hung Pham.
-
AuthorPosts
-
March 21, 2024 at 3:59 am #550910
i26980999ParticipantHow do I customize the add shopping cart icon style in the lower right corner of the product
March 21, 2024 at 4:00 am #550911
i26980999Participantscreenshot. image link
March 21, 2024 at 12:43 pm #551043
Hung PhamKeymasterHi i26980999,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
March 21, 2024 at 1:44 pm #551076
i26980999ParticipantThis is my website link
March 22, 2024 at 7:41 am #551283
Hung PhamKeymasterHi i26980999,
Thanks for the link.
You want to change the basket icon to the eye icon? If so, please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-add-btn.wd-add-cart-icon>a:before { content: "\f11a"; }
Regards,
March 22, 2024 at 8:30 am #551295
i26980999ParticipantI want to change the add to cart style to another style… Not the eyes, not the eyes…
March 22, 2024 at 9:55 am #551319
Hung PhamKeymasterHi i26980999,
Provide me with the mockup of the styles that you try to achieve and we’ll send proper instructions.
Thanks for your patience.
Regards,
March 22, 2024 at 10:05 am #551329
i26980999ParticipantThis is probably the style of the quick add shopping cart icon
March 22, 2024 at 5:47 pm #551529
i26980999ParticipantMarch 22, 2024 at 10:48 pm #551569
i26980999ParticipantLog in to background connection
March 23, 2024 at 4:14 am #551576
i26980999ParticipantHelp me replace this eye with a magnifying glass. Thanks
March 23, 2024 at 4:37 am #551578
Hung PhamKeymasterHi i26980999,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-product.product-type-simple.outofstock a.product_type_simple:before, .wd-product .product_type_grouped:before { content: "\f130"; } .wd-product.product-type-simple.instock a.product_type_simple:before, .wd-product .product_type_grouped:before { content: "\f130"; }
Regards,
March 23, 2024 at 8:01 am #551602
i26980999ParticipantI sent two requests in a row so you didn’t understand. I want to change the shopping cart icon to something like the one in my picture.
Similar ones can also beMarch 23, 2024 at 2:19 pm #551697
Hung PhamKeymasterHi i26980999,
In the previous message, you asked me to help you to replace eye icon with magnifying glass, please double check.
Regards,
March 23, 2024 at 8:57 pm #551755
i26980999ParticipantOne is the eyes replaced with a magnifying glass and the other is the shopping cart replaced with a basket style
March 24, 2024 at 1:50 pm #551814
i26980999Participant.wd-product.product-type-simple.instock a.product_type_simple:before,
.wd-product .product_type_grouped:before {
content: “\f130”;
} This code how can i change my own uploaded png image as icon. ThanksMarch 25, 2024 at 7:48 am #551876
Hung PhamKeymasterHi i26980999,
Please remove previous code and use below one:
/* Replacing eye icon with magnifying glass */ .wd-product.product-type-simple.outofstock a.product_type_simple:before, .wd-product .product_type_grouped:before { content: "\f130"; } /* Replacing shopping cart icon with basket */ .wd-product.product-type-simple.instock a.product_type_simple:before, .wd-product .product_type_grouped:before { content: "\f126"; }
I kindly recommend you to use font icons for better display.
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register