Home › Forums › WoodMart support forum › Update Card
Update Card
- This topic has 14 replies, 2 voices, and was last updated 2 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
February 15, 2022 at 3:25 pm #353227
SmarsaParticipantHow to Change the button color “Update Card”
Attachments:
You must be logged in to view attached files.February 15, 2022 at 9:24 pm #353314
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cart-actions .button[name="update_cart"] { color: white; background-color: red; } body .cart-actions .button[name="update_cart"]:hover { color: red; background-color: white; }
Change the colors as per your needs.
Best Regards
February 16, 2022 at 10:52 am #353449
SmarsaParticipantSolved, Thank you
February 16, 2022 at 11:04 am #353455
SmarsaParticipantHello How about Changing the color of the “VIEW CART” button
Attachments:
You must be logged in to view attached files.February 16, 2022 at 8:45 pm #353615
Elise NoromitMemberHello,
You can change the color of the buttons in the Theme Settings > Styles and colors.
Alternativly, you can use this CSS:
body .woocommerce-mini-cart__buttons .btn-cart { background-color: red; }
Best Regards
February 17, 2022 at 2:23 pm #353895
SmarsaParticipantSolved, Elise Noromit Thank you very much
February 17, 2022 at 2:24 pm #353899
SmarsaParticipantCan the “LOAD MORE PRODUCTS” button also be changed?
Attachments:
You must be logged in to view attached files.February 18, 2022 at 12:34 am #354076
Elise NoromitMemberHello,
Please give me the page URL so that I could give you custom CSS.
Best Regards
February 19, 2022 at 2:52 pm #354511
SmarsaParticipantAt the very bottom
February 19, 2022 at 2:56 pm #354512
SmarsaParticipantHello Elise Noromit Can you also give me a code that can make a “realized post” Open on single page page only for Desktop version
February 20, 2022 at 8:03 pm #354658
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-load-more { border-color: red; color: white; border-width: 2px; } body .wd-load-more:not(:hover) { background-color:red!important; } body .wd-load-more:hover { border-color: yellow; color: white; border-width: 2px; background-color:yellow!important; }
Please give me the page URL and screen for “realized post”
Best Regards
February 21, 2022 at 12:06 am #354677
SmarsaParticipantThe LOAD MORE PRODUCTS button code is working fine, Thank you again Elise Noromit
February 21, 2022 at 12:13 am #354678
SmarsaParticipantHello Elise Noromit Is there a way to upsell “YOU MAY ALSO LIKE” Automatically Show Results From Tags, so far I’ve set it up semi-manually
Attachments:
You must be logged in to view attached files.February 21, 2022 at 12:16 am #354680
SmarsaParticipantHello Elise Noromit Is there a way to upsell “YOU MAY ” Automatically Show Results From Tags, so far I’ve set it up semi-manually
Attachments:
You must be logged in to view attached files.February 21, 2022 at 11:46 am #354795
Elise NoromitMemberHello,
You may also like is the Woocommerce functionality and we cannot change it, please check this manual: https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register