Home › Forums › WoodMart support forum › Change page to dark theme
Change page to dark theme
- This topic has 14 replies, 2 voices, and was last updated 1 year ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 29, 2024 at 3:24 pm #545072
margiteermaParticipantHello,
We changed the page to a dark theme. When we changed it back, some elements still show the dark theme, such as the submenu, my account and mobile sidebar and menu.
How can I get it back to normal?
Kind regards,
MargitAttachments:
You must be logged in to view attached files.March 1, 2024 at 10:33 am #545283
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-event-hover:hover>.wd-dropdown{ background-color: red; } body .wd-side-hidden { background-color: red; }
Change the color as per your requirements.
Best Regards.
March 1, 2024 at 12:05 pm #545343
margiteermaParticipantHi,
Thank you!
Category name and all text is also white now but should be black.
Kind regards,
MargitMarch 1, 2024 at 1:59 pm #545407
Aizaz Imtiaz AwanKeymasterHello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.
March 6, 2024 at 4:29 pm #546706
margiteermaParticipantHello again,
Thank you for the code.
Unfortunately, I still have a dark background in the mobile menu and also search background is dark .
I want to get it back to how it was before.Kind regards,
MargitAttachments:
You must be logged in to view attached files.March 7, 2024 at 11:01 am #546896
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a { background-color: #a09292 !important; }
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
[class*="color-scheme-light"] .wd-scroll, .wd-scroll.color-scheme-light { background-color: #d5c7c7; }
Best Regards.
March 7, 2024 at 12:38 pm #546954
margiteermaParticipantHello,
It’s not ok, these solutions don’t work. For example, there is still a dark background on the search hover.
How can I get back to the settings I had before I switched on the “dark theme”? Will reset all settings restore the previous situation?
Kind regards,
MargitMarch 7, 2024 at 4:35 pm #547060
Aizaz Imtiaz AwanKeymasterHello,
Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards.
March 7, 2024 at 4:47 pm #547066
margiteermaParticipantHi,
Information added.
Kind regards,
MargitMarch 8, 2024 at 11:32 am #547294
Aizaz Imtiaz AwanKeymasterHello,
This code is working fine on your site. Here you can see the drop down of the search results background.
https://ibb.co/bWDJPgV. For the hover background color I have added the custom css into your theme settings. You can change the color as per your requirements..autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected { background-color: red !important; }
Also the mobile menu background color is changed fine.
https://ibb.co/Cbh2jYLBest Regards.
March 8, 2024 at 12:29 pm #547316
margiteermaParticipantHello again,
There are still errors inside the search list in both desktop and mobile view – product name is white. Also the word search displays white in mobile view. See screenshots
Attachments:
You must be logged in to view attached files.March 8, 2024 at 12:57 pm #547336
margiteermaParticipantHi,
There are errors in cart widet also.
I don’t think we can solve these bugs with css. Can a reset all settings restore the previous situation?Kind regards,
MargitAttachments:
You must be logged in to view attached files.March 9, 2024 at 9:29 am #547577
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section.
body .wd-side-hidden { background-color: red !important; } .cart-widget-side .wd-scroll-content { background-color: #0c0909; }
Best Regards.
March 12, 2024 at 3:04 pm #548462
margiteermaParticipantThank you, I appreciate all the CSS, but that is just patching up the fact that the Dark theme is not working properly. I just need another Css from you if you may.
The following cart view hover is black, but that hides the price completely, can you provide me with the needed Css to change the color?
Best regards,
MargitAttachments:
You must be logged in to view attached files.March 12, 2024 at 3:48 pm #548496
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section.
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover { background-color: #765959 !important; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register