Home › Forums › WoodMart support forum › Hide Cart
Hide Cart
- This topic has 11 replies, 2 voices, and was last updated 1 year ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 14, 2024 at 6:47 pm #540127
constantinos.rokkosParticipantHello i want to hide the cart that appears on the animation and replace it with the read more that is before the animation.
Attachments:
You must be logged in to view attached files.February 15, 2024 at 11:17 am #540275
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-add-btn-replace .add-to-cart-loop:before { content: "Read more" !important; }
Best Regards.
February 15, 2024 at 11:21 am #540278
constantinos.rokkosParticipantThank you for your answer, it looks bad as you can see on screenshot. Maybe give me custom css to remove the animation and just leave the read more as it is?
Attachments:
You must be logged in to view attached files.February 15, 2024 at 3:44 pm #540433
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-btn-replace .add-to-cart-loop span { transform: translateY(-100%) translateZ(0); } body .wd-add-btn-replace .add-to-cart-loop:before { transition: none; transform: none; content: "Read More" !important; font-size: 15px; }
Best Regards.
February 15, 2024 at 5:43 pm #540499
constantinos.rokkosParticipantit doesn’t look the same as the original with this code as you can see on the screenshot. Can you give me a code to just remove the animation and make the button static?
Attachments:
You must be logged in to view attached files.February 16, 2024 at 9:40 am #540613
Aizaz Imtiaz AwanKeymasterHello,
You want to make the whole product style static or just add a cart button.
Best Regards.
February 16, 2024 at 11:32 am #540654
constantinos.rokkosParticipantHello, please just send me the code for the “READ MORE” button not to do any anymation just stay as it is in the photo attached when its hovered
Attachments:
You must be logged in to view attached files.February 16, 2024 at 3:43 pm #540765
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global and check the issue after completely clearing the browser cache.
body .wd-add-btn-replace .add-to-cart-loop span { transform: translateY(-100%) translateZ(0); } body .wd-add-btn-replace .add-to-cart-loop:before { transition: none; transform: none; content: "Read More"; font-size: 15px; }
If the issue remains, share the wp logins details so i will further check and give you a possible solution.
Best Regards.
February 22, 2024 at 12:34 pm #542753
constantinos.rokkosParticipantit worked but it doesn’t translate to greek when i change the language with WPML. Can you provide new css?
February 23, 2024 at 12:27 pm #543119
Aizaz Imtiaz AwanKeymasterHello,
Please share the wp logins details so I will further check and give you a possible solution.
Best Regards.
February 23, 2024 at 12:40 pm #543126
constantinos.rokkosParticipantok
February 24, 2024 at 2:33 pm #543430
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code:
body .wd-add-btn-replace .add-to-cart-loop span { transform: translateY(-100%) translateZ(0); } :lang(en) body .wd-add-btn-replace .add-to-cart-loop:before { transition: none; transform: none; content: "Read More"; font-size: 15px; } :lang(el) body .wd-add-btn-replace .add-to-cart-loop:before { transition: none; transform: none; content: "Δειτε Περισσοτερα"; font-size: 15px; }
Best Regards.
-
AuthorPosts
Tagged: Hide Cart
- You must be logged in to create new topics. Login / Register