Background image issue

Discussion in 'ReThink WordPress Theme' started by selfmade, Feb 21, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, evertime I add a background image it is displayed as small multiples of the image. How do I Fix? thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
    background: url("Image URL") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    }
    Thanks,
    Praveen
     
  3. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, I put that code in and now it wont show any background images?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,



    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
    background: url("http://headphonesforworkingout.com/wp-content/uploads/2015/02/Headphones-for-running-folded.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    }

    In the above code please use a particular image link which you uploaded.

    Thanks & Regards
    Pramod
     

Share This Page