• Resolved dalai2017

    (@dalai2017)


    Hello.

    I’m trying to figure out the best way to remove the white background from the body of my webpage. The content is not boxed. I have disabled that feature. I’m not sure if there is another page level feature I should consider, an appearance setting, or if an additional code may help me solve the problem. Here’s the page I’m trying to change:
    http://dalaigroup.com/services/

    What might help me remove the white background? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following custom CSS to customize-> Additional CSS

    .post-1590{
    background-color: #eceff4;
    }
    .page-id-1590 section {
        background: #eceff4;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter dalai2017

    (@dalai2017)

    Thank you!

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

The topic ‘Remove White Background | Cannyon’ is closed to new replies.