• My client wants her website background to be all white. How do I remove that grey gradient that goes from top to bottom? Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try to add this to Additional CSS

    .body {
    background: #ffffff;
    border: none;
    color: #1d1d1d;
    font-family: ‘Montserrat’, ‘Helvetica Neue’, ‘Helvetica’, sans-serif;
    -webkit-text-size-adjust: 100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How To Remove Gradient Background From Entire Page?’ is closed to new replies.