Shape 5

Joomla Templates => Simplex - Club => : adityapata August 05, 2011, 09:11:36 AM



: Black color of all modules text
: adityapata August 05, 2011, 09:11:36 AM
In simplex template, all the modules have grey color and when I mouse over, it gets black . I dont want this, I want all in black and no color transition. How can I do that? I also want to increase default text size in whole site.. Please provide guidance for this also...


: Re: Black color of all modules text
: jonahh August 05, 2011, 01:03:02 PM
You can change the color below to 000000 and this should do it:

template.css (line 837)

.s5_mod_content {
    -moz-transition: color 200ms ease-out 0s;
    color: #747474;
}


: Re: Black color of all modules text
: adityapata August 05, 2011, 01:25:06 PM
ok, solved thanks....