Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-3.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 00:22 UTC
Updated:
30 Aug 2011 at 09:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
EmmaD commentedFigured it out. I now read that you have to save the theme settings again to see the changes.
Now I'm trying to change the background color by changing the style info for #pixture-reloaded but it seems to blend whatever color I put in with another color.
Does it always use base.png?
Thanks.
Comment #2
ar-jan commentedOld, assuming fixed...
Comment #3
richH commentedHi,
I'm a bit late with my answer, but I hope I can help a little. I don't think you should change style.css as this belongs to the theme. Instead you can modify local.css for all your local/tailored changes (/sites/all/themes/pixture_reloaded/local.css).
I had to change the header on my website as well and did this using two directives in the local.css file. The header image has two components which are the left hand part of the header image which has the swooshy-wave and a thin right-hand image which is repeated.
I decided to replicate this system to keep the changes down. So my two directives are
The first one changes the left-hand side with the swooshy stuff and the second one replaces the repeated right hand image. Attached is a screen shot of my header.
Hope this helps. I'm not sure about changing the background colour. Isn't that just a theme configuration setting?
cheers
Rich