Problems with theme background color/image

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Problems with theme background color/image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #583201
    Henrie Kähkönen
    Guest

    Hello!

    How can I change the whole theme’s backgroung color? Customize > Colors > Background color seems to do absolutely nothing.
    I’m not able to get the background image to appear, either. I can change it and change its settings, but I just can’t get it to show up on the site.

    I’m trying to change the whole theme darker as it fits my personal needs better, but no matter what I try everything stays white.
    Ah also, I am using pages, not posts, in case this information helps in any way.

    Thank you very much in advance,
    Henrie Kähkönen

    #583358
    J. Davis
    Keymaster

    Hi Henrie,

    In order to modify background color of entire site you can add the style below to Appearance>Customize>Additional CSS (or style.css if you use Child theme):

    .site-header{
    background:#808080;
    }
    
    .wrapper{
    background:#808080;
    } 

    As for front page so you need to edit background of each section individually. You can ask me here you search for similar topics

    Best regards,
    John

    #583448
    Henrie Kähkönen
    Guest

    Oh, thank you very much, it worked!

    — Henrie

    #584509
    J. Davis
    Keymaster

    Hi Henrie,

    Thanks for your feedback.

    Best regards,
    John

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