Home › Forums › WoodMart support forum › how to change colours from mini_cart
how to change colours from mini_cart
- This topic has 10 replies, 2 voices, and was last updated 1 year, 12 months ago by
Elise Noromit.
-
AuthorPosts
-
March 5, 2023 at 6:27 pm #448419
wp_adminParticipantwould like to know how to change colours of the right side tab Shopping cart (mini-cart)
class=”woocommerce-mini-cart-item mini_cart_item”March 6, 2023 at 2:39 am #448467
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-side-hidden.wd-opened { background-color: #171717; } body .product_list_widget>li .wd-entities-title, body .cart-widget-side .woocommerce-mini-cart .remove, body .wd-action-btn.wd-style-text>a, body .wd-heading .title { color: #ffffff; }
Please replace the colors as per your needs.
Best Regards
March 6, 2023 at 7:04 pm #448782
wp_adminParticipantthanks a lot! worked great, how to change the title name “shopping cart”
and the text colours are from the general theme settings?
March 7, 2023 at 6:49 am #448874
Elise NoromitMemberHello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.
Best Regards
March 7, 2023 at 9:57 pm #449131
wp_adminParticipantthanks for help so far
Now i need remove the SKU and change the colour (some are with same as background now) of the letters in the Shopping cart (mini-cart)
thanks for the translation suggestion, but my whole site is in german already, so only that few words which are in english from the theme need to be changed.
March 8, 2023 at 5:26 am #449201
Elise NoromitMemberHello,
You can find the option to hide elements on the product page in Theme Settings > Single Product > Elements.
You can change the colors in the Theme Settings > Styles and colors.
The elements which are not hidden/changed in the settings are hidden with custom CSS.
Please provide page URL and elements you want to change or hide.
Best Regards
March 8, 2023 at 6:00 pm #449443
wp_adminParticipantOk, so it is still about the shopping cart. some text is white, which falls away as i want the background also to be white.
March 9, 2023 at 4:39 am #449526
Elise NoromitMemberHello,
Please replace the color in this line:
color: #ffffff;
of the code I have provided and clear the cache.If you have any questions please feel free to contact us.
Best Regards
March 9, 2023 at 7:20 pm #449805
wp_adminParticipantyeah i made the background white with: #ffffff
and the text black with : #171717
but still there is white text in the shopping cart, which is not visible due to white background, i want to keep the background white…
March 10, 2023 at 6:09 pm #450118
wp_adminParticipanton desktop the text in shopping cart is in white, but on mobile browsers it is in black..
March 11, 2023 at 10:44 pm #450333
Elise NoromitMemberHello,
Please check the screen: https://gyazo.com/7a896267801d79f8453c8badd11a6bff
Please advise how I can reproduce the issue.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register