This topic has 2 replies, 2 voices, and was last updated 11 months, 4 weeks ago ago by Tony Rodriguez
Hello how can we change on cart page and check out page “remove” word to bin icon
link to printscreen : https://ibb.co/jGqvjK1
Hello, @Focu5,
We hope this message finds you well. To address the issue you are experiencing, we kindly ask that you implement the following steps:
1. Navigate to the “Xstore” section.
2. Proceed to “Theme Options”.
3. Select “Theme Custom CSS”.
4. Click on “Global CSS”.
Once there, please insert the following CSS code:
table.cart .product-details .cart-item-details .remove-item:before {
content: "\f2ed" !important;
font-family: "Font Awesome 5 Free" !important;
visibility: visible !important;
}
table.cart .product-details .cart-item-details .remove-item {
visibility: hidden !important;
}
After applying the code, we recommend that you clear your browser’s cache before revisiting your site to ensure the changes take effect.
You should expect the outcome to resemble the example provided here: https://ibb.co/x72q0FQ
Should you require any further assistance, please do not hesitate to reach out.
Warm regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up