Shape 5

Joomla Free Templates => Design Control - Free => : haydencyr May 06, 2014, 03:09:46 PM



: Can't change HTML Module background colour?
: haydencyr May 06, 2014, 03:09:46 PM
Hey guys, I hope this is an easy one for you. I can't seem to get the background of placed HTML modules to be anything but white. It makes for some silly looking pages. I've tried this in the HTML already:

<div style="background-color: #e6e6e6;">

That did not work, and i've tried joomla background images under module options. Any ideas on how to get rid of the white boxes?

Here's the link to the page in question: http://bourboncounty.ca/vitx9/about-us

Thanks for any help! Have a good one.


: Re: Can't change HTML Module background colour?
: mikek May 07, 2014, 08:18:53 AM
Hello,

Typically you would just use background and not background-color:

<div style="background: #e6e6e6;">

Make sure that wraps your entire content.