Home › Forums › WoodMart support forum › Activating Dark Mode
Activating Dark Mode
- This topic has 14 replies, 2 voices, and was last updated 1 year, 2 months ago by Hung Pham.
-
AuthorPosts
-
October 3, 2023 at 2:06 am #500984
kayssParticipantI applied the dark mode but it only seems to change things half way. The typography switches to white but the backgrounds stay the same. Only the sticky category navigation on the left sidebar changed colours.
I am also wondering if there is a way to change the icon or icon colour for the sticky navigation? I can change it for the menu item that toggles it but cant find it in the settings for the same icon on the left.
Attachments:
You must be logged in to view attached files.October 3, 2023 at 12:00 pm #501063
Hung PhamKeymasterHi kayss,
Thanks for reaching to us.
Please navigate to Theme Settings > Styles and colors > Pages background. You can change the background of Shop pages, Blog pages, Portflio pages.
In case you want to do it for specific post / page only, you can use Theme Presets, please refer to our documentation https://xtemos.com/docs-topic/theme-settings-presets/
Regards,
October 3, 2023 at 6:00 pm #501257
kayssParticipantwhat about for the product widgets/carousels, is there a global option to change the colour of those so I can see the writing thats now white?
October 3, 2023 at 9:22 pm #501302
kayssParticipantYou also didn’t answer this: “I am also wondering if there is a way to change the icon or icon colour for the sticky navigation? I can change it for the menu item that toggles it but cant find it in the settings for the same icon on the left.”
October 4, 2023 at 10:41 am #501426
Hung PhamKeymasterHi kayss,
1. For the Product widget, you can edit Widget and remove custom Products background https://prnt.sc/g2jEs4Ml5CCv
2. Icons
Go to Woodmart > Header builder > edit default header (highlighted star icon) or you can go through admin bar directly https://prnt.sc/Ct9ehRDvvDV9
Click on Pencil icon to edit icons https://prnt.sc/HnXHHU77wM2z Here you can change colors, background color as well https://prnt.sc/NrexxtBXmgwN
Please read our documentation here for more details https://xtemos.com/docs-topic/how-to-change-the-header-color-scheme/
Regards,
October 4, 2023 at 4:14 pm #501607
kayssParticipantI asked about the icon for the sticky navigation on the left, not the one in the header. I already mentioned this.
October 5, 2023 at 10:26 am #501766
Hung PhamKeymasterHi kayss,
That is Image icon, so you can use Custom CSS to change its color. You can use Photoshop or image editor to colorized it and reupload to your site https://prnt.sc/bh2bta2juMD-
Or you can use Font Icons instead https://prnt.sc/HD8H182zg-qI and add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS to change color
.wd-nav-sticky .wd-nav > li > a .wd-nav-icon { color: #FDB729; }
Regards,
October 6, 2023 at 12:39 am #502060
kayssParticipantI want to change it to a completely different icon, is it possible?
October 6, 2023 at 7:24 am #502094
Hung PhamKeymasterHi kayss,
That’s total fine.
You can take a look list of FREE FontAwesome 5 icons here https://fontawesome.com/v5/search?o=r&m=free
Regards,
October 9, 2023 at 7:16 pm #502816
kayssParticipantThanks but I need to know how to actually change the icon. Wheres the setting for it? As I mentioned, changing the menu item icon doesnt change the one for the sidebar.
October 10, 2023 at 7:27 am #502887
Hung PhamKeymasterHi kayss,
You can apply the icon via its settings, or rather via Appearance -> Menus -> choose Categories menu > open that menu item and define the “Icon name (from FontAwesome set)” field https://prnt.sc/3Lqhj_TLcc1a
Regards,
October 11, 2023 at 1:21 am #503155
kayssParticipantI want to change the top icon that normally shows the 3 lines to signify it is a menu toggle, not the actual menu items. Its the icon that shows right above them.
October 11, 2023 at 8:01 am #503179
Hung PhamKeymasterHi kayss,
You want to change hamburger icon, please confirm me back. https://prnt.sc/Wv79fpwCz5Af
Regards,
October 11, 2023 at 4:44 pm #503425
kayssParticipantYes
October 12, 2023 at 10:47 am #503576
Hung PhamKeymasterHi kayss,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.wd-sticky-nav .wd-sticky-nav-title:before { content: "\f124" !important; }
In order to see full list of icons, please go to Theme Settings > Typography > Icon fonts https://prnt.sc/uhovgVvcpkSN
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register