Home Forums WoodMart support forum Sidebar Colour

Sidebar Colour

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #293811

    Dylan
    Participant

    Hi,

    Can you advise how I change the sidebar colour please?

    Not sure why it’s white, have tried going through settings but can’t seem to find this option in colour under themes. Thank you 🙂

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached.

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

    aside.sidebar-container {
        background: black;
    }

    Best Regards

    #294048

    Dylan
    Participant

    Thanks for that all looks good. I now have an issue whereby my Widget dropdown lists are white also, do you have the custom css for this please?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You are Most Welcome.

    Please provide the URL of the shop page to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #294055

    Dylan
    Participant

    Thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    body .select2-container--default .select2-results__option {
        background: black;
    }

    Regards.
    Xtemos Studios

    #294384

    Dylan
    Participant

    Thanks for this.

    Last issue: the search bar option is white for the filter above the product grid (attached)

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You are Most Welcome.

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

    body .select2-container--default .select2-search--dropdown {
        background-color: black;
    }
    body .select2-container--default .select2-search--dropdown .select2-search__field {
        background-color: black;
        color: #777;
    }

    Regards.
    Xtemos Studios

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