Home Forums WoodMart support forum How edit lateral bar on woocommerce category ?

How edit lateral bar on woocommerce category ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #332411

    jeff44
    Participant

    Hello,

    I just saw a display problem on my site. Indeed, I use a dark theme, and when we click on the mobile version “show the lateral bar”, the panel is white and therefore the content unreadable. (view the photo)

    How I can make it dark like the main theme ? I guess is only a css code to edit, but I can’t find it.

    Hope we could fix this.

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #332469

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sidebar-container.wd-inited {
        background: black;
    }

    Best Regards

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