I am totally failing with my newbish CSS tries to change the background color of the main area to white. I can change the color for all pages by overriding the main-wrapper stuff in my local.css but I only want the change on profile pages so that APKs rounded corners look nice again. I tried panel's own css override option but failed.
I filed a support request on the groups page (http://groups.drupal.org/node/27728) but didn't get a response yet.

I could really need some guidance out of the fog. ;)

Comments

dddave’s picture

bump (with tears in my eyes)

ben.sullivan’s picture

Add:

div.inside {
background-color: #F1FAFE; /* your color code goes on this line */
}

to your theme's style-sheet (generally located at: public_html/themes/YOUR_Theme/style.css). Go to /admin/settings/performance and clear the cache. This works in Garland using Drupal 6.15 and Panels 6.x-3.3.

Hope this helps.

dddave’s picture

Status: Active » Closed (fixed)

thx

but this is outdated by now.