eborg9 0 Report post Posted February 8, 2011 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 207 Report post Posted February 9, 2011 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 0 Report post Posted February 9, 2011 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 3 Report post Posted February 9, 2011 Design Control in PlatformPro options. Thanks, Bryan Share this post Link to post Share on other sites
eborg9 0 Report post Posted February 9, 2011 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 16 Report post Posted February 9, 2011 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
eborg9 0 Report post Posted February 9, 2011 It's a client site, so I'd rather not. However, it is set up (same design mode) the same as one of my sites here: http://124bpms.com/ Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 9, 2011 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 0 Report post Posted February 9, 2011 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 0 Report post Posted February 9, 2011 OK, maybe not. Any help with making it linkable? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 10, 2011 You can't link a background. Instead you might need to use like a transparent overlay gif. This should give you some ideas of what I mean: http://www.google.com/#sclient=psy&hl=en&q=transparent+overlay+gif+link Thanks, Bryan Share this post Link to post Share on other sites
eborg9 0 Report post Posted February 10, 2011 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 16 Report post Posted February 10, 2011 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 0 Report post Posted February 11, 2011 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 0 Report post Posted February 11, 2011 I got iy figured out. I just needed to add .page.canvas #page, Share this post Link to post Share on other sites
eborg9 0 Report post Posted February 11, 2011 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
eborg9 0 Report post Posted February 11, 2011 Never mind, that was my fault. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 11, 2011 Harold, so are you good to go? Share this post Link to post Share on other sites