Shape 5

Joomla Templates => Spectrum - Club => : zinkow March 26, 2015, 11:38:23 AM



: Change Background Color Of Modules in Top_Row1_1 , 1_2, ect.
: zinkow March 26, 2015, 11:38:23 AM
When I change the main body background color of the site from FFFFFF to f2f2f2 (in at attempt to match the background of the site with the background of the Top_Row1_1 , 1_2, ect. modules) the module backgrounds change to FFFFFF automatically. Thus preventing me from matching the site background and the module backgrounds.

Is there a way to disable this auto-contrast between the two backgrounds that occurs when you try to change the main body background to match the module backgrounds? 

Thanks.


: Re: Change Background Color Of Modules in Top_Row1_1 , 1_2, ect.
: mikenicoll March 26, 2015, 01:38:07 PM
Hello,

Both of them are actually different shades of gray. The background is going to be based on the module class suffix you have assigned to the module. For example by default the module suffix is:

:
Template.CSS - Line 571

.module_round_box-gray_large, .module_round_box-gray_hover {
    background: none repeat scroll 0 0 #f6f6f6;
    color: #8e8e8e;
    padding: 44px 48px 48px;
}


: Re: Change Background Color Of Modules in Top_Row1_1 , 1_2, ect.
: zinkow March 26, 2015, 02:20:20 PM
That did the trick. Thanks!


: Re: Change Background Color Of Modules in Top_Row1_1 , 1_2, ect.
: mikenicoll March 26, 2015, 02:45:51 PM
NP :)