Site logo

Archived topic

Using Boost: How do I change the 1) blue color in the background & 2) width ?

1 reply · Started by Eddy on January 6, 2020

Viewing posts 1–2 of 2

I'm using boost. It has blue color in the background. How do I change that? Plus how do I change the width of the pages?

Hi there,

Boost uses Customizer > Additional CSS to add the Background color:

.site-wrapper.grid-container {
    max-width: 1600px;
    background-image: linear-gradient(-180deg,#0e1f35,#21455c);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

You can change the max-width and the linear gradient.
This site is great for creating gradients:
https://cssgradient.io

This archived topic is closed to new replies.