Home Forums Basel support forum how to set the color of the sidebar for the store?

how to set the color of the sidebar for the store?

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

    noread
    Participant

    how to set the color of the sidebar for the store? I need to do as in the screenshot.

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

    Hello,

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

    body.woocommerce-page .sidebar-container {
    background-color:red;
    }
    body.woocommerce-page .sidebar-container .sidebar-inner{
    padding:10px;
    }

    Set the color as per your needs and you can increase the padding.

    Best Regards

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