Home Forums WoodMart support forum Need to change the background colour

Need to change the background colour

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #610382

    Apon Ahamed
    Participant

    I need to change the background colour of my website search page background and also left side bar background for both desktop ,tab and mobile.

    Currently it’s white colour . White doesn’t suit with my customisation.

    Search page background colour should be transparent deep yellow and left side bar background colour should be green for all devices.

    Please provide me needed custom css for my requirements.

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

    Hung Pham
    Keymaster

    Hi Apon Ahamed,

    Thanks for reaching to us.

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

    /* Background color of search form */
    div.wd-search-full-screen-2 {
        background-color: #000;
    }
    
    /* Background color of menu */
    div.wd-side-hidden{
        background-color: #000;
    }

    Regards,

    #610591

    Apon Ahamed
    Participant

    Thanks it worked.

    But i need some some more css for desktop side bar menu .
    Its still white.
    Desktop sidebar menu background colour should be green colour .
    Please provide me customer css to change the background colour of desktop sidebar menu .

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)