Shape 5

Joomla Templates => Luxon - Club => : cspgsl June 09, 2015, 03:50:45 PM



: Footer text not white in spite of CSS setting
: cspgsl June 09, 2015, 03:50:45 PM
At http://www.awdtest1.com/ I set the footer text to the following but it still is not white like the text above it

#s5_footer_area1 {
    text-align: center;
    font-size: 0.9em;
    color: #FFF !important;
}

Where is there another place to change it?
Thanks


: Re: Footer text not white in spite of CSS setting
: mikenicoll June 09, 2015, 04:20:58 PM
Hello,

You just need to remove the opacity value below:
:
Template.CSS - Line 466

#s5_footer {
    opacity: 0.3;
}

Regards,


: Re: Footer text not white in spite of CSS setting
: cspgsl June 09, 2015, 05:20:22 PM
that setting didn't show upon firebug.
thanks


: Re: Footer text not white in spite of CSS setting
: mikenicoll June 10, 2015, 12:17:50 AM
NP :)