Jump to content
Sign in to follow this  
eborg9

Where do I go to add a background image?

Recommended Posts

eborg9

Hi, I need to add a clickable background image. I'm good with how to do it, I just don't know which CSS file to edit to add my own image. Any Help?

Share this post


Link to post
Share on other sites
Andrew

Which theme? Can you use the custom css option or a child theme css file?

Share this post


Link to post
Share on other sites
eborg9

Platform Pro.Custom CSS? Can you get me started? Or just direct me straight to the file that controls the background?

Share this post


Link to post
Share on other sites
bryan-hadaway

Design Control in PlatformPro options. Thanks, Bryan

Share this post


Link to post
Share on other sites
eborg9

I don;t think you are understanding me. I need to crate a custom function with the background image. I need to make it a live link. I can't do that in design control. So I just need to know which CSS file would I find the code so that I can override and place my own image function there.

Share this post


Link to post
Share on other sites
cmunns

the selector for the background will change depending on what design mode you are using. Do you have a link to your site?

Share this post


Link to post
Share on other sites
cmunns

Okay on that site your background is at: ` .canvas #page, .full_width #page, body.fixed_width { background-image: url("http://124bpms.com/wp-content/uploads/2011/02/1081959212.jpg"); } ` so you that selector to define your rule. ` .home-page.canvas #page, .home-page.full_width #page, body.home-page.fixed_width { background-image: none; } `

Share this post


Link to post
Share on other sites
eborg9

Wonderful! Thank you. It is working fine on the client's site. I think I can can take it from here to make it linkable, Great help. Thanks again!

Share this post


Link to post
Share on other sites
eborg9

OK, maybe not. Any help with making it linkable?

Share this post


Link to post
Share on other sites
eborg9

Thanks Brian. Got that. However, I am having a problem with the previous suggestion. It only shows the background image on the home page, not any others. I need it to display on all pages. Can you tell me what I need to add?

Share this post


Link to post
Share on other sites
cmunns

I'm confused at this point. I thought you wanted the image on the home page. How did you plan on linking the background initially?

Share this post


Link to post
Share on other sites
eborg9

I did just want it as the background for the home page. I wanted it as the background image cross all of the pages, just any other background image would be. As far as linking it, I used Brian's suggestion and have that part covered, except now I only have the background on the home page and not throughout the site like normal and I have an empty area where the background should be, that is linked.

Share this post


Link to post
Share on other sites
eborg9

I got iy figured out. I just needed to add .page.canvas #page,

Share this post


Link to post
Share on other sites
eborg9

So now I'm sitting here wondering why that background image is IN the featured slider and throwing off the video embeds. What I did had nothing to do with the featured slider. I really don't understand this.

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  

×