• So I am trying to change my background, and nothing seems to be working. I have cleared my cache, and tried several browsers to no effect. Here is an excerpt of my style.css:

    @media screen {
    * { margin: 0; padding: 0; }
    body { background: #333333; font: 14px/1.4 Georgia, Serif; }
    .screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
    .clear { clear: both; }

    From what I understand of code, this should give me a grey background, however currently my background is plain white.

    Any help would be greatly appreciated!

    The URL is https://www.whoaminow.info

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is correct, #333333 is grey, however you need to check you are changing the correct background element in the css if its not working. I can’t see any white background on your site.

    Looks like you are using a theme from Elegant Themes, so if you are having issues with the theme I suggest you head to the support forum at Elegant Themes.

    css not working properly. any body help please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background refuses to change!’ is closed to new replies.