Shape 5

Joomla Templates => Legal Lawyer - Club => : cspgsl March 03, 2017, 08:20:45 AM



: having problems formtting the bottom of the template
: cspgsl March 03, 2017, 08:20:45 AM
At http://businesssitedesign.com/ I cannot see where the formatting details are for anything within the footer area. I cannot see where I can change the colour and why does it show in full height on all pages other than the home page?

It would be really handy if one could alter areas such as the footer and custom positions in the template manager > main > layout area - just a suggestion.


: Re: having problems formtting the bottom of the template
: jonahh March 03, 2017, 12:03:13 PM
It looks like you don't have modules published to the footer on the homepage and that is why its smaller than a page like: http://businesssitedesign.com/about-us/about-moriyama-wolsey

Legal, office hours and and address are published on that page and not the homepage.

As for the color there is an opacity on the items. For example on the bottom menu its set here:

:
#s5_bottom_menu_wrap {
    -moz-opacity: .2;
    -khtml-opacity: .2;
    filter: alpha(opacity=20);
    opacity: .2;

template.css line 500

And for the copyright info its set here:

:
#s5_footer {
    float: right;
    margin-top: 9px;
    margin-right: 59px;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    filter: alpha(opacity=20);
    opacity: .2;
}

template.css line 1708

You can increase the opacity to a higher number than 2 or 20% and the white text will show up brighter.