Home Forums WoodMart support forum change search background

change search background

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

    maryamk
    Participant

    dear team,
    I want to change the background of the search as seen the attached image

    I added this css to the theme settings but it didn’t change anything

    .woodmart-search-full-screen .search-overlap
    {
    	background-color: #1D392D;
    	
    }
    Attachments:
    You must be logged in to view attached files.
    #236012

    Hello,

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

    body.dropdowns-color-light .woodmart-search-full-screen {
        background-color: red!important;
    }

    Best Regards

    #240039

    maryamk
    Participant

    it works thank u so much

    #240113

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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