Background fixed image

Discussion in 'GoldenEagle WordPress Theme' started by dante, Jan 16, 2013.

  1. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hello,
    I bought Golden Eagle WordPress Theme. Can I have fixed image on background?
    I don't like repeat image background options.
    http://www.nailscube.it/
    Thank you
    D
     
  2. Piyush

    Piyush Support Staff

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

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
  4. 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: #E5E60C !important;
    background-attachment: fixed !important;
    }
    If you would like to set the background image than put the url('image -url') instead of #E5E60C.

    This will solve your issue.

    Thanks and Regards,
    Piyush
     

Share This Page