Home Forums WoodMart support forum Background overal color

Background overal color

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

    timvanhuik
    Participant

    Hi,

    I have changed overal background color

    Styles and Colors -> Pages background ->

    Site background
    Wrapper background for ALL pages
    Background for SHOP pages
    Single product background

    But when you do a “search” on the website, you will get “a” default color (in this case white).

    I have looked everywhere, but cannot find the location to change this background color also.

    🙂

    #104955

    Hello,

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

    .search-results .main-page-wrapper{
    	background-color:red;
    }
    .search-no-results .main-page-wrapper{
    	background-color:red;
    }

    Replace the ‘red’ with the color you need. .search-no-results is the code for No results page.

    Best Regards

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