Closed (duplicate)
Project:
Premium Responsive
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2012 at 16:58 UTC
Updated:
24 Mar 2014 at 20:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devsaran commentedThis is covered under Premium Support for Premium Responsive theme..
Comment #2
danny englanderHi you can simply alter the body background tag in style.css on line 79.
... so you would alter
background:#ccc;to something like:background: url("../images/my-background.png") repeat;-- or whatever you wanted. You would need to place your background image in the theme's images folder and then reference it wheremy-background.pngis in the code above or change it to whatever the name of your image is. Note, that if you ever upgrade the theme, you would need to keep this code intact or perhaps create a subtheme.Comment #3
425Media commentedThanks for the comment. I tried editing that space in the style.css and it did not change anything. Are you sure that is all that needs to be done to have an image appear as the background on the Premium Responsive theme?
Comment #4
youronetouch commented@saran.quardz
can you provide the link to the Premium Support for Premium Responsive you referenced? I cannot find anything anywhere.
Comment #5
Hendrik53 commentedI think this should be done within the container.
See: #content-contain in style.css at about line 261. Her you can change the background color or put an image in place.
Comment #6
youronetouch commentedUnfortunately this is not where I want the speckled background image to be. I do not want the background image to be the background for the content itself. I have attached a screenshot with red boxes to show the area I am wanted to have the background image.
It should not be in the content container but for the actual background of the site to where it will only be seen around the edges since the content container is a solid colored block. That way it is more subtle and adds a little extra depth instead of being completely in your face.
I've tried adding it to the body{} like I typically would, but it does absolutely nothing.
Comment #7
Hendrik53 commentedThis background is generated on the fly. class = #container. Perhaps you can make this transparent in the settings for this theme and then override the background with an image. I did not test this..
Comment #8
youronetouch commentedI cannot seem to get anything to work for a background image. I can still only see the color that is set through the color module.