Skip to:
Content
Pages
Categories
Search
Top
Bottom

Assistance with background – need fixed bg but …


  • BuddahBoy
    Member

    @buddahboy

    Greetings,

    I’ve installed and updated the latest WP; installed the beautiful theme Jukt Micronics (BuddyPress BuddyPack) 1.2 by Michael Kuhlmann

    Need a fixed background image – tried using CSS: background-attachment fixed: url(body3lite.jpg) top center;
    and put the image in the same directory as the CSS file – no result at all

    I have checked around and have found posts that refer me to Appearances > Themes > Options but there is no options in that section.

    May I please request some help with this? Will be very much appreciated.

    All the best,
    Ron

Viewing 1 replies (of 1 total)

  • @mercime
    Keymaster

    @mercime

    using long-form as you started above, it would be like this:
    `body {
    background-color: transparent;
    background-image:url(‘smiley.gif’);
    background-attachment: fixed;
    background-position:center top;
    }`

    or you could use the shortform
    `body { background: transparent url(body3lite.jpg) fixed center top; }`

Viewing 1 replies (of 1 total)
  • The topic ‘Assistance with background – need fixed bg but …’ is closed to new replies.
Skip to toolbar