Support » Theme: Preference Lite » background image

  • how can i get the background image to cover all of the background, at the minute the image only covers the bottom half of the page and i would like it to cover all of the background (top and bottom) as one image.

    Hope you can help

    thanks in advance.

Viewing 1 replies (of 1 total)
  • Theme Author Styled Themes

    (@gejay)

    You would have to modify the theme file header.php because there is a background container that does the solid background. The option would be to create custom CSS to display none on the #page-top-bg

    #page-top-bg {
    background: none!important;
    border-bottom: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘background image’ is closed to new replies.