|
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. Paste 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.
|