Stationary Background

Discussion in 'Figero WordPress Theme' started by robertd62, Feb 22, 2013.

  1. robertd62

    robertd62 New Member

    Joined:
    Feb 22, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    Tampa, FL USA
    how can I make the background stationary of the main body?
     
  2. robertd62

    robertd62 New Member

    Joined:
    Feb 22, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    Tampa, FL USA
    I think what I am wanting is to hot have the background scroll making it stationary. Any one know how to do this?
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .index-container.first_featured {
    background-attachment: fixed ! important;
    }
    .index-container {
    background-attachment: fixed ! important;
    }
    this will solve your issue.
     
    robertd62 likes this.
  4. robertd62

    robertd62 New Member

    Joined:
    Feb 22, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    Tampa, FL USA
    Piyush,

    How can I change the color of the very bottom pf the page where the copyright and twitter buttons are to black just that area to match the footer area? Can this be done
     
  5. robertd62

    robertd62 New Member

    Joined:
    Feb 22, 2013
    Messages:
    6
    Likes Received:
    0
    Location:
    Tampa, FL USA
    Worked very well thank you. Glad I have the theme.
     
  6. Piyush

    Piyush Support Staff

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

Share This Page