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

Home Forums Support [Support request] Using Boost: How do I change the 1) blue color in the background & 2) width ?

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

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

    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?

    #1123377
    David
    Staff
    Customer Support

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.