Blackbird Responsive change background to fixed

Discussion in 'Forum Rules' started by mmaneos, Jun 30, 2014.

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

    mmaneos New Member

    Joined:
    Apr 26, 2013
    Messages:
    4
    Likes Received:
    2
    I have been searching endlessly to find the element.style line for changing the background to repeat fixed instead of repeat scroll.
    I copied this rule from firebug where I changed the repeat to fixed and it works but when I add it to styling options custom css in blackbird theme options it doesn't work.
    element.style {
    background: url("http://psvintage.net/wp-content/uploads/2014/06/Background3_swirled2.jpg")

    repeat fixed 0 0 rgba(105, 54, 54, 0);
    }

    this is the website I am working on for someone.
    http://psvintage.net/
    Help before I literally go insane!!!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    body {
    background: url("http://psvintage.net/wp-content/uploads/2014/06/Background3_swirled2.jpg") repeat fixed 0 0 rgba(105, 54, 54, 0)! important;
    } 
    This will solve your issue.
     
    mmaneos likes this.
  3. mmaneos

    mmaneos New Member

    Joined:
    Apr 26, 2013
    Messages:
    4
    Likes Received:
    2
    I cannot say THANK YOU enough Piyush!
    worked perfectly
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page