I added 4 regions, placed just before the footer region. Works like a charm but the new regions do not inherit the background color of the color scheme (Pale Blue Dot). They have a white background. All other regions however do have the chosen background color.

Do created regions not inherit the background color as the default regions by design?

It's easy to fix with custom css but it sounds logic that all regions should inherit the color scheme..

CommentFileSizeAuthor
#2 at - posting.png77.57 KBPranali.addweb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dzinelabs created an issue. See original summary.

Pranali.addweb’s picture

FileSize
77.57 KB

I created new regions above the footer area as mentioned, and they are taking inherit styling already. Please check attached screenshot for reference. I believe its working well.

Please provide more detail, to generate the issue similar to your environment.

Jeff Burnz’s picture

AT sets a default background for all regions, e.g.:

.regions {
    background-color: #ffffff;
}

There have been changes over time so it may be a quirk of a past version that it didn't work so well, now it should work without issue.