Shape 5

Joomla Templates => Corporate Response - Club => : barrettq22 July 27, 2018, 10:26:42 PM



: White backgrounds on bottom modules
: barrettq22 July 27, 2018, 10:26:42 PM
I have an issue with white backgrounds on the modules at the bottom of the front page of www.ghca.com .  The issue only seems to occur on the front page.  All other pages look correct.  I've tried to see if there was a setting isolated to the front page that could be causing this, but found nothing.

Any assistance would be appreciated.

Barrett


: Re: White backgrounds on bottom modules
: mikek July 30, 2018, 07:27:38 AM
Hello,

Edit template.css and at line 1022 remove the following:

.s5_dark_modules .module_round_box_outer a {
    color: #FFFFFF !important;
}

At line 1026 remove:

.s5_dark_modules .s5_mod_h3 {
    color: #FFFFFF !important;
    font-size: 1.8em;
}

And at 1032 remove:

.s5_dark_modules .s5_h3_first {
    color: #FFFFFF !important;
}


: Re: White backgrounds on bottom modules
: barrettq22 July 30, 2018, 07:13:43 PM
I made the changes you suggested, though the line numbers don't seem to match.  I've attached the updated and original css file to see if it looks correct to you.  The front page was a bit better, but there's still a white background behind the modules and it messed up the other pages as well.  I've restored the original CSS file for now.   I don't understand why only the front page is wrong.  All the other pages look fine at the bottom modules.


I look forward to your reply.

Barrett


: Re: White backgrounds on bottom modules
: mikek July 31, 2018, 07:15:45 AM
Hello,

Sorry I didn't realize you were trying to remove the white background. I thought you wanted the white background but have black text. Ignore my edits above.

You can try removing the following in template.css:

.s5_light_modules .module_round_box, #s5_component_wrap {
    background: #FFFFFF;
    padding: 15px;
    border: solid 1px #D8D8D8;
}

That will apply a white background for certain areas of the template. Why it's applying to the footer and only on the homepage? My guess would be there's an unclosed tag on the page somewhere, like a missing </div> tag. That would be in your content or module. A missing closing tag will cause the rest of the page to break.


: Re: White backgrounds on bottom modules
: barrettq22 July 31, 2018, 07:27:18 PM
Hi Mike,

Thanks for the reply.  You were correct - I had a missing </div> tag in a module on the front page.  All is well again.

Take care,

Barrett