CSS Element for Changing White Background

Homepage Community Forums Optimal Theme Support CSS Element for Changing White Background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9718
    futurewebboss
    Customer

      Hey Wes,
      What’s the CSS element in the optimal theme (v 2.1) to change the white background color or to add an image?

      Thanks,

      Dan

      #9734
      Wes
      Moderator

        2.1? That version is out already? ….Just kidding 馃檪 I assume you’re referring to 1.2? The latest version is 1.3 if you don’t have it. It’s 1140px and HTML5 if you’re interested in downloading the update.

        I’m not sure which version you have exactly, but the background color comes from the body on the latest version –

        body {
        background: #f5f5f5;
        color: #666;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.625;
        }

        On earlier versions it comes from the #wrap and the body near the beginning of the css –

        #wrap {
        background-color: #f5f5f5;
        margin: 0 auto;
        padding: 0;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.