Andrina Theme: Background image

Discussion in 'Andrina WordPress Theme' started by anointedone, Dec 11, 2013.

  1. anointedone

    anointedone New Member

    Joined:
    Aug 14, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,

    I would like to change the background image from the small square which is repeated.
    It's no problem merely changing bg.jpg to my own image. However, I need to know where the "repeat" css is coming from so it can be omitted. My new image will be a large jpeg so the repeat is surplus to requirement.

    I've gone through all the css files but can't seem to find where its declared.

    Thank you!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    We have not added any repeat css for background. It is repeating by default.
    To fix background
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body, html {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page