Home › Forums › WoodMart support forum › Shopping cart widget dark mode › Reply To: Shopping cart widget dark mode
April 12, 2023 at 9:43 am
#459094

Aizaz Imtiaz Awan
Keymaster
Hi,
In your CSS code, you can define the styles for the “dark” , like this:
.wd-side-hidden.wd-opened {
background-color: black !important;
}
And if you want to change the color of the title in cart widget Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.