Issue with uploading background image

Discussion in 'BlackBird WordPress Theme' started by lyubo, May 16, 2013.

  1. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello,

    I tried to upload new background image, but after uploading I become 0 in the field and the background image doesn't change.
    How can I solve this?

    SOLVED! I don't know what was the problem but I can upload now.

    Can you say me what are the best dimensions for fixed background?

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body{
    background-attachment: fixed ! important;
    -webkit-background-size: cover  ! important;
    -moz-background-size: cover ! important;
    -o-background-size: cover ! important;
    background-size: cover ! important;
    }
    This will solve your issue.
     

Share This Page