Posted by amax on October 2, 2008 at 4:41pm
Hi All, I am having serious trouble changing the grey color of my panels2 layout (on drupal 5) site.
Basically, under the layout settings tab of my panel page, and underneath "Default Panel Style", I have choosen rounded corners which is perfect for my needs, but I need to be able to change the grey color of the panels to say red. Has anyone any ideas? I cant seem to find the setting for this in the css
Comments
The corners are images,
The corners are images, which is why the CSS doesn't change them.
What you'll need to do is to create your own style based upon rounded corners and use the modified images. If that's a bit too complicated, with luck there's a few people around here who can do it. The styles aren't too difficult to implement but they do require some basic Drupal knowledge about creating a module and the like.
brilliant
merlinofchaos, your great, thanks so much for your reply. I now have my nice new coloured borders, but I cheated a little and simply went into the panels/styles/corners folder and changed the original images (with a backup of course!) Not idea but it certaintly was quick. I would love to know how you set a new style for this of my own though, quite decent drupal knowledge, jsut not for creating modules of my own etc, but can certaintly understand the code
now im addicted
ok, now Im addicted, the shortcut wasnt satisifying enough. Do I simply change the rounded_corners.inc or do I add my own style in a css file somewhere else