Home › Forums › WoodMart support forum › Change Mobile Menu background and hide cart number
Change Mobile Menu background and hide cart number
- This topic has 7 replies, 2 voices, and was last updated 2 years ago by Elise Noromit.
-
AuthorPosts
-
October 24, 2022 at 6:31 pm #416207
luklife2022ParticipantHello,
(1) How can I change the mobile menu background to color#4c4e36?
(2) How to hide the cart number?Thanks.
Attachments:
You must be logged in to view attached files.October 25, 2022 at 4:25 am #416269
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-toolbar { background-color: red; } body .wd-header-cart.wd-design-5 .wd-cart-number { display:none; }
Please set the color as per your needs.
Best Regards
October 25, 2022 at 10:56 am #416359
luklife2022ParticipantHi
I have another question as well,how to change “shopping cart” background color and button text “return to shop” to local language?
Thanks for your help.
- This reply was modified 2 years ago by luklife2022.
Attachments:
You must be logged in to view attached files.October 26, 2022 at 3:25 am #416568
Elise NoromitMemberHello,
You can change the color of the buttons in the Theme Settings > Styles and colors > Buttons.
If you have any questions please feel free to contact us.
Best Regards
October 26, 2022 at 10:37 am #416622
luklife2022ParticipantHello
Look at the file, I want to know how to change
(1) button background color and text
(2) text on the side-hiddenThanks.
Attachments:
You must be logged in to view attached files.October 27, 2022 at 12:58 am #416817
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
October 27, 2022 at 4:43 am #416850
luklife2022ParticipantHi
Site access information for private content.
Please help me resolve this matter, and thank you for your answer.October 28, 2022 at 2:41 am #417029
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-mini-cart__buttons .checkout, body .cart-widget-side .woocommerce-mini-cart__total{ padding: 12px 10px; font-size: 13px; line-height: 18px; background-color: #F3F3F3; color: #3E3E3E; position: relative; display:block!imporant; align-items: center outline: none; border: 0px solid transparent; border-radius: 3px; box-shadow: none; vertical-align: middle; text-align: center; text-decoration: none; text-transform: uppercase; text-shadow: none; font-weight: 600; cursor: pointer; transition: color .25s ease, background-color .25s ease, border- color .25s ease, box-shadow .25s ease, opacity .25s ease; margin-bottom: 10px; max-width:310px!important; margin:10px auto; }
Best Regards
-
AuthorPosts
Tagged: background, button text, side-hidden
- You must be logged in to create new topics. Login / Register