Home › Forums › WoodMart support forum › Dark theme settings › Reply To: Dark theme settings
March 24, 2021 at 8:31 am
#275956
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.color-scheme-light .woodmart-buttons, .woodmart-dark .woodmart-buttons {
background-color: green;
}
.woodmart-dark .woodmart-hover-tiled .product-element-bottom {
background-color: green;
}
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.vertical-navigation .item-level-0.menu-item-has-children:not(.menu-simple-dropdown) {
background: green;
}
.sub-menu-dropdown.color-scheme-light {
background-color: green;
}
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.color-scheme-light .wd-action-btn>a, .woodmart-dark .wd-action-btn>a {
color: rebeccapurple;
}
4)Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-tltp .woodmart-tooltip-label {
background-color: green;
}
Regards.
Xtemos Studios