Home Forums WoodMart support forum Shopping cart widget dark mode Reply To: Shopping cart widget dark mode

#459094

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.