• I’m trying to change the default white colour of the background that is between the full width sections with a css line but I can’t track down how to target it. If I use background the section with the image behind the white changes.

    I did the same thing with the footer colour using body .secondary-color-bg but I can’t find a similar class to change the white background.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @onestopprinters

    Thanks you for reaching us !

    Yes, I have created a custom CSS that you can enter in Apparance -> Customize -> Additional CSS insert the code below and after go to “save”.

    #features, #tagline, #slider, #main, #portfolio, #services, #testimonials, #clients, #team{
    	background-color: #000;
    }

    Please let me know if you have some more questions !

    Have a nice day ! 🙂

    Warmly,
    Marian

    Thread Starter onestopprinters

    (@onestopprinters)

    Thanks, that was what I was after. I’m still getting 1 line of white in the middle of the site. I have the slider then the tagline then an area underneath which is populated with content using beaver builder with the footer at the bottom. This is leaving a white gap in the middle. Any idea how to get rid of this?

    Screen shot of the area https://ibb.co/P5v7P85

    Hello @onestopprinters

    I would like the link to your website so that I can look at your HTML code and then create a Custom CSS for you as well.
    Thank you for understanding !

    All the best,
    Marian

    Thread Starter onestopprinters

    (@onestopprinters)

    Thanks, the site is on a local server at the moment but I can copy the source code if that would work?

    Thread Starter onestopprinters

    (@onestopprinters)

    Here is the html code from the sites home page

    https://github.com/domcrichards/ml/blob/main/home

    Thread Starter onestopprinters

    (@onestopprinters)

    I’ve found it. It was #contact.

    Thanks so much for your help 🙂

    Hello again @onestopprinters

    I’m glad you found the problem!
    We apologize for the delayed response!
    We wish you a beautiful day!

    Warmly,
    Marian

    Hi, please mark this thread as resolved since you found the answer to your support question.

    Warmly,
    Marian

    • This reply was modified 5 years, 5 months ago by visi19.
    • This reply was modified 5 years, 5 months ago by visi19.
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Changing white background’ is closed to new replies.