• Resolved asm5

    (@asm5)


    I am using the l2aelba-2 theme, and am trying to figure out how to change the background color on this theme, and how to add a image as a background. I have uploaded a background image, but it isn’t showing up.

Viewing 3 replies - 16 through 18 (of 18 total)
  • You have the following in style.css

    body
    {
      margin: 0 auto;
      padding: 0;
      font-size: 62.5%; /* Resets 1em to 10px */
      font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
      background-color: #000000;
      color: #787878;
    }

    Remove:

    background-color: #000000;

    and replace it with:

    background-image: url(‘images/Page-BgGradient.png’);

    Thread Starter asm5

    (@asm5)

    perfect!

    thanks figaro

    You’re welcome…glad you got it working.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Background image’ is closed to new replies.