Home Forums WoodMart support forum Shopping cart widget dark mode

Shopping cart widget dark mode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #458526

    hugosousa.eu
    Participant

    My cart side widget is in light mode and text also black (price, total) can’t find a way to change it to dark mode!

    #458660

    Hi,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-side-hidden.wd-opened {
    background-color: black !important;
    }

    Change the color as per your need.

    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.

    #458945

    hugosousa.eu
    Participant

    Using that code, changing the background color to white, everything gets white and with the text white you can see nothing.
    this class must be changed to “dark”, were can i change that ?
    class=”cart-widget-side wd-side-hidden color-scheme-light wd-right wd-opened”

    Check the image

    Attachments:
    You must be logged in to view attached files.
    #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.

Viewing 4 posts - 1 through 4 (of 4 total)