Jump to content
Sign in to follow this  
hockpunk426

Setting Background Stationary

Recommended Posts

hockpunk426

How would I go about setting the background that I have to stationary. When I scroll it slowly turns to my background color. I just want it to stay the image I have set. I have platform pro. Thanks

Share this post


Link to post
Share on other sites
hockpunk426

Kate- Which CSS file do i need to modify. When I go into editor it has core css and theme css. Is there some sort of guide that will tell me when I can and can not use the editor. I am used to using an editor and I am a little confused as to when I can use it and when I can not. In this case I thought for sure that the "Set background image repeat" would take care of the job and I feel bad bothering your guys. One more thing, what happens to that file when I run an update? Thanks, Brad Saverino

Share this post


Link to post
Share on other sites
hockpunk426

This is the code I am looking at in my theme.css I see a lot of colors that I have specified in the design section but I do not see the image I specified to set as fixed. [edited]

Share this post


Link to post
Share on other sites
cmunns

if you set it as fixed in the design option can we see a link to the site so we can inspect it?

Share this post


Link to post
Share on other sites
hockpunk426

www.higherx.com It has been set to fixed but it changes colors as you scroll down, It does not maintain that image as you scroll down.

Share this post


Link to post
Share on other sites
Guest Guest

You should make an image more like the following: DLz8k.png The way I've always done background gradients is the following (I know design control has this feature now but I like the old fashioned way)

background: #222 url(images/bodybg.png) repeat-x left top;

Just an example mind you.

Share this post


Link to post
Share on other sites
hockpunk426

I used the image that design control created. I can move it but I don't see how that will fix my issue. It still is not doing what I would like. It stays fixed but I would rather have the text scroll in front of the image rather than the image move as I scroll down. theme.css is what I am supposed to modify correct?

Share this post


Link to post
Share on other sites
cmunns

Did we try this css:? ` body.canvas #page, body.full_width #page, body.fixed_width { background: fixed; } `

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×