Home › Forums › WoodMart support forum › Moved: Reply To: Sidebar settings
Moved: Reply To: Sidebar settings
- This topic has 21 replies, 2 voices, and was last updated 3 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 21, 2021 at 7:34 am #319959
LisawiParticipantHi, on mobile sidebar is grey and text is not readable quite good.
So i’d like to have it white bg.Where can I set this?
Greetings,
LisaAttachments:
You must be logged in to view attached files.September 21, 2021 at 7:58 am #319976
Elise NoromitMemberHello,
Most likely you have set the dark mode in the Theme Settings > Styles and Colors. At the same time, you could set the dark color scheme in the header row. If you cannot find the option to change that, please provide the site credentials, insert the theme into the Private content block under the text message.
Best Regards
September 21, 2021 at 8:24 am #319987
LisawiParticipantHi,
thanks for your reply.
On desctop it is white. But not on mobile.
For example on whishlist sidebar is grey.September 21, 2021 at 12:27 pm #320055
Elise NoromitMemberHello,
Please check your custom CSS in the Theme Settings: https://gyazo.com/0598dc79c2010fc158b73b2abfe2b195 and https://gyazo.com/f0c0b7f48256ae55251899b546940464
You need to remove rules or change colors in the custom CSS
If you have any questions please feel free to contact us.
Best Regards
September 21, 2021 at 12:51 pm #320064
LisawiParticipantThanks for your reply.
In the menu I like to have grey. But it is in the sidebar on mobile too.
And there I want white background… But I don’t know were to set nor which CSS I need to insert…
Greetings,
LisaSeptember 21, 2021 at 4:51 pm #320113
Elise NoromitMemberHello,
Please clarify once more: you want the mobile menu grey and the text white.
You want the sidebar white. Is that correct?
Best Reegards
September 22, 2021 at 6:56 am #320200
LisawiParticipantDear Elise,
thanks for your reply.I’d like to have:
cat. menu bg grey #474747 and text white. -> looks quite nice at the moment
sidebar bg white and text dark / hl green as it is on the desctopGreetings,
LisaSeptember 22, 2021 at 10:55 am #320277
Elise NoromitMemberHello,
This is the sidebar: https://gyazo.com/3cc5d9070bc0a5b31a4dc5d6d33e4e20 it is white background and dark text.
This is the mobile menu: https://gyazo.com/f9a26a0674a611f4bc379744dcf76776 it is grey and white text.
Please provide the page URL and screen what you want to change.
Best Regards
September 22, 2021 at 11:45 am #320298
LisawiParticipantOn desctop everything is fine
The Problem is on mobile.Attachments:
You must be logged in to view attached files.September 22, 2021 at 3:48 pm #320363
Elise NoromitMemberHello,
When I check the link you provided I see this: https://gyazo.com/f9a26a0674a611f4bc379744dcf76776
I checked on different browsers and on real mobile. I also logged in to check and see the same all the time. I checked in all the browsers.
Please clear the browser cache and check once more.
Best Regards
September 22, 2021 at 4:07 pm #320367
LisawiParticipantHi,
yes. This is the mobile navigation. And it is fine.
What I am talking about is the sidebar opening when klicking the tree dots on mobile…September 22, 2021 at 6:55 pm #320403
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li a { color: white; text-transform: uppercase; }
Best Regards
September 23, 2021 at 5:50 am #320459
LisawiParticipantHi,
thanks for your reply.When inserting code in global css on desctop text gets whtite too.
So I inserted it on mobile. But IT stays grey bg.
When trying to change bg colour it looks like screenshot.Greetings
LisaAttachments:
You must be logged in to view attached files.September 23, 2021 at 9:44 am #320525
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 576px){ body .widget_product_categories .product-categories li a { background-color: grey; text-transform: uppercase; color:white } }
Best Regards
September 24, 2021 at 6:23 am #320707
LisawiParticipantHi,
unfortunately IT still looks not fine at mobile.
Attached screenshots.Greetings
LisaAttachments:
You must be logged in to view attached files.September 24, 2021 at 9:15 am #320772
Elise NoromitMemberHello,
Please clear the cache and replace this gray for the color you use for the whole menu: https://gyazo.com/61b1bb53546f7d4dc0075cd883026694
If you have any questions please feel free to contact us.
Best Regards
September 27, 2021 at 5:38 am #321283
LisawiParticipantGood morning,
I’m kind of confused. I want to have the sidebar on mobile to have white background.
So what to change to get white sidebar bg instead of this dark?Greetings,
LisaSeptember 27, 2021 at 9:14 am #321352
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 576px){ body .widget_product_categories .product-categories li a { background-color: white; text-transform: uppercase; color:black; } }
Best Regards
September 27, 2021 at 9:56 am #321363
LisawiParticipantOh… now only a Smal Part has White background…
Attachments:
You must be logged in to view attached files.September 27, 2021 at 2:09 pm #321450
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 576px){ body .wd-side-hidden { background-color: white; text-decoration-color: #000000; } body .widget_product_categories .product-categories li a { background-color: white; text-transform: uppercase; color: black; } }
You need to delete the same custom :
body .widget_product_categories .product-categories li a { background-color: black; text-transform: uppercase; color: white; }
Best Regards
September 28, 2021 at 12:01 pm #321680
LisawiParticipantHi,
now sidebar looks fine: Background white and Text dark.
BUT: menu is the same.
Mobile menu should be with dark Background and White text.How can I fix it.
Don’t want them to be the same. ..
Greetings
LisaAttachments:
You must be logged in to view attached files.September 28, 2021 at 4:17 pm #321762
Elise NoromitMemberHello,
Try to replace this code:
@media (max-width: 576px){ body .wd-side-hidden { background-color: white; text-decoration-color: #000000; } body .widget_product_categories .product-categories li a { background-color: white; text-transform: uppercase; color: black; } }
For this one:
@media (max-width: 576px){ body .sidebar-container.wd-side-hidden { background-color: white; text-decoration-color: #000000; } body .widget_product_categories .product-categories li a { background-color: white; text-transform: uppercase; color: black; } }
Let me know if the problem presists.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register