• Resolved chomponkicks

    (@chomponkicks)


    Hello
    I am fairly new to WordPress. I am trying to change the background color for my theme (Olsen Light) from white, to #383838 Grey. I have looked through the stylesheet and changing the background of the color in BODY, does nothing.

    body { style.css?ver=4.6 #2(line 36)
    background: #fff none repeat scroll 0 0;<- Changing this in Firefox gives me no result
    color: #333;
    font-family: “Lato”,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.625;

    Upon closer inspection with Firebug it says style.css?ver=4.6 #2(line 36), I cannot find the Stylesheet #2. I can only find the stylesheet style.css in my parent theme. I do have a child theme but my style is empty, taking the stylesheet from the parent.

    The site is http://www.chomponkicks.com

    Any help would be greatly appreciated. Thanks Peace

    • This topic was modified 7 years, 7 months ago by chomponkicks.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Once you change the body background color there are a few other elements that you might need to change too. Try dropping this into your child-theme style sheet:

    body, .entry-utils .read-more, .entry-utils .socials  {
    background-color: #383838;
    }
    Thread Starter chomponkicks

    (@chomponkicks)

    Thanks so much. I am not sure why but that fixed it as soon as I put that in. I appreciate this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Olsen Light – Stylesheet – Background Color’ is closed to new replies.