Backround from Pro version is different than the regular.

Discussion in 'BlackBird WordPress Theme' started by amielc, Mar 8, 2013.

Thread Status:
Not open for further replies.
  1. amielc

    amielc New Member

    Joined:
    Mar 7, 2013
    Messages:
    4
    Likes Received:
    0
    I just purchased the premium blackbird theme. I am disappointed because the background is different. It doesn't work the same. By the logo it is white where I want my background with a PNG transparent photo. Also the background is stable in the regular version and just the words move. Why is this different? Is there anyway that I can go back to the basic version but just keep the new added features such as the blog news roll, the testimonials and the email newsletter signup? Or can I just add back the old background? Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    body {
    background-attachment: fixed ! important ;
    }
    .bgimagecolor {
    background: none;
    }
    This will solve your issue.
     
  3. amielc

    amielc New Member

    Joined:
    Mar 7, 2013
    Messages:
    4
    Likes Received:
    0
    Thank you very much. Great!
     
Thread Status:
Not open for further replies.

Share This Page