Were do I add a picture som ite gets on the header (and menu) and att the buttom? I would like it to look like
Best Answer batman , 08 December 2012 - 03:35 PM
Hi again
If you're looking to make the color image span the entire page make sure you've set 'full width sections' in the template layout.
Then you can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
Posted 08 December 2012 - 02:30 PM
Were do I add a picture som ite gets on the header (and menu) and att the buttom? I would like it to look like
Posted 08 December 2012 - 03:35 PM Best Answer
Hi again
If you're looking to make the color image span the entire page make sure you've set 'full width sections' in the template layout.
Then you can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
It is advisable to learn how to do this on your own too.
Check out
Posted 09 December 2012 - 02:47 PM
THX
I get the url i red when I try to add it in the CSS box. Have uploaded the picture to the miedia libary and have a url there.
#header.container-group {background-image: url(
IMAGE HERE.jpg);}Posted 09 December 2012 - 03:04 PM
Hi,
I am not sure what you're trying to do, also you have posted in the PageLines Framework customisation forum but your site, which is visible to moderators only, is using WhiteHouse Pro ?
Posted 09 December 2012 - 07:25 PM
1. Trying to I add a fixed picture so it gets on the header (and menu) and at the buttom? I would like it to look like
2. Got answer to insert #header.container-group {background-image: url(
IMAGE HERE.jpg);}3. When I do that the url adress gets red in the CSS script page, so it dose not work. The picture is uploded in the media libarary
4. Yes I have White house for the momenent but are rebuilding it with PageLines Framework. So only have that theam when I am there and builds
Posted 09 December 2012 - 07:48 PM
You're supposed to replace the '
IMAGE HERE.jpg' with the actual URL of the image you wish to view. will be seen as an incorrect URL and red flagged, if not throw an error.