Home › Forums › WoodMart support forum › Add text in shopping cart widget
Add text in shopping cart widget
- This topic has 14 replies, 2 voices, and was last updated 4 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
April 1, 2020 at 2:44 pm #183851
PD11ParticipantHi,
I’d like to add a simple (html) text to the shopping cart widget (see screenshot 1). I’d like to place it just above the sub total price (see screenshot 2)
Could you please provide me some custom css to do this? Thanks!
Attachments:
You must be logged in to view attached files.April 1, 2020 at 3:14 pm #183870
Elise NoromitMemberHello,
Unfortunately, there is no option to insert the text into the shopping cart widget.
Best Regards
April 2, 2020 at 7:00 am #183978
PD11ParticipantHi Elise,
Ah that’s too bad. Got to other requests for the shopping cart, which should be possible:
– I’d like to remove the input selector in the shopping cart. I just has to show the number
– I’d like to make the text color of the shipping method title green.See screenshot for details.
Could you please provide me custom CSS for this? Thanks!
Attachments:
You must be logged in to view attached files.April 2, 2020 at 8:45 am #184031
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-cart .product-quantity{ display:none } #shipping_method label { color:red; } body.woocommerce-cart .cart-totals-inner .woocommerce-shipping-destination { color:red;; }
Best Regards
April 2, 2020 at 9:57 am #184037
PD11ParticipantHi Elise,
That works, thanks!
Last request for the shopping cart – I’d like to change the color of the ‘redeem coupon code’ button in the shopping cart? How can I do this? Thanks!
Attachments:
You must be logged in to view attached files.April 2, 2020 at 10:55 am #184053
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.checkout_coupon .button{ color:red!important; background-color:yellow; }
Best Regards
April 2, 2020 at 11:15 am #184064
PD11ParticipantHi Elise,
Unfortunately that doesn’t work. The button doesn’t change in color. Do you have another code?
April 2, 2020 at 11:50 am #184089
Elise NoromitMemberHello,
Try this one:
body .checkout_coupon .button{ color:red!important; background-color:yellow; }
Best Regards
April 2, 2020 at 12:13 pm #184100
PD11ParticipantHi Elise,
Still doesn’t work unfortunately.
April 2, 2020 at 3:40 pm #184154
PD11ParticipantDo you have another option / CSS code for me?
April 2, 2020 at 7:28 pm #184182
Elise NoromitMemberHello,
The code works https://prnt.sc/rrsyb2
Please try to clean the cache if it does not help, provide the site admin access to the private area.
Best Regards
April 3, 2020 at 7:41 am #184242
PD11ParticipantHi Elise,
I see what the problem is. You’ve provided custom code for the button in the checkout. I asked for code for the coupon code button in the shopping cart.
Could you please provide me the right code? Thanks 🙂
April 3, 2020 at 8:14 am #184253
Elise NoromitMemberHello,
Please provide your site URL. If your site is under maintenance, please provide your site admin access to the private area.
Best Regards
April 3, 2020 at 8:19 am #184254
PD11ParticipantSure, please check private content.
April 3, 2020 at 12:05 pm #184297
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .btns-shop-light .cart-actions .button[name=apply_coupon]{ color:yellow; } body .cart-actions .button[name="apply_coupon"]{ background-color:red; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register