• Resolved owly777

    (@owly777)


    What’s the easiest way of changing all the backgrounds from white to another colour in the illustratr theme? Would I need to change the backgrounds of all the elements, menues, widgets etc or is there a way to change it all at once?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter owly777

    (@owly777)

    I figured out how to do this by putting:

    .site-header {
    background: #ffaadd;
    }
    #page {
    padding: 0 40px;
    background: #ffaadd;
    }

    in additional css.

    I’m glad you figured this out! Thank you for sharing your solution, also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background colour of everything’ is closed to new replies.