Forum Discussion
M365061290
Jan 10, 2019Iron Contributor
Section background for modern pages finally rolls out to target release
Section background color functionality is now finally available in targeted release but with some issues :-( like some oob webparts still have white color in background. https://twitter.com/hashtag/s...
Robert Schöbel
Feb 15, 2019Copper Contributor
Hi,
currently it is a little bit annoying that Microsoft missed to fix that.
But if you need a hotfix you take a look http://robert.schöbel.net/2019/02/15/office-365-section-background-ist-da-aber-noch-nicht-fuer-custom-webparts/
or use
[class^="ControlZoneEmphasisBackground"]{
background-color: rgba(0, 0, 0, 0) !important;
}
in your css / *.scss file of your custom Spfx WebPart