I have been asked how to change the color behind the top block to reflect the site colors after installing the customizer.
Simple to follow instructions:
By default the top area (where the 'Welcome User' and user menu are located at the top right of the site) will have the same background color as the user has chosen for their profile.
If you would rather have that the same color as the background of your logo - or any other color:
Add the following lines to /inc/BxBaseProfileView.php
In genProfileCSS() function find:
}
EOT;
Just BEFORE the little bracket - thingy. Past the following code:
.topBlock {
background-color:#FFFFFF;
}
Now just replace the ' #FFFFFF ' with the correct value for the color you want to use.
Simple
enough - but if you run into any problems, submit a ticket and we can
take care of it for you. Please remember to tell us what the actualy
#FFFFF code is for the color of your choice - or what else on the site
is the correct color to copy from.
This essential feature was missing until now :-(
We'd like to have this be an option as well. Has anyone been able to get this to work as MichelSwiss suggests?