• Resolved igorafm

    (@igorafm)


    Hi!
    Author really is a great theme! The only thing I’d change in it is the background color. The default one is gray(ish), but I’d like to make it red. I’m talking about the (home and next) pages’ backgrounds, not the text or sidebar background. I tried through the Custom CSS box, but nothing worked. Please, can someone here tell me how to do it?
    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Author!

    That can be done with the following CSS:

    .main,
    body:before {
      background: red;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the background color’ is closed to new replies.