XF 1.4 Adding Text Background to a Page

Your style itself appears to by default to use no content background.

You could add a background using something like this to target that specific block though.

Code:
.aboutus_welcome { background-color: #FFF; }

Or you may be best to direct your question to the resource provider.
 
Top Bottom