General Text Color

GK User
Sun Feb 05, 2012 9:31 pm
Hello,
I´ve done several changes to the Sporter template, and unfortunately I´ve done a little mistake. All my texts now are white, while in the original template is grey or black. All the texts are white, including the components, articles and modules, so I supose that is a very general css atribute, but I am unable to find it. Somebody can help me recovering this css atribute.
User avatar
Fresh Boarder

Konrad M
Mon Feb 06, 2012 9:05 am
Hi
Can you give us url to your site ?
User avatar

GK User
Mon Feb 06, 2012 9:15 am
Sorry but by now is under local server only. As soon as I´ve got uploaded to a server I will give you access. Anyway I must be a very general parameter, because affects to every text except headers.
User avatar
Fresh Boarder

Konrad M
Mon Feb 06, 2012 9:18 am
So try add to override.css
Code: Select all
body {
color:#000000;
}

and remember to enable override.css option in template settings
User avatar

GK User
Mon Feb 06, 2012 4:22 pm
Yes! it works!
But if it's not disturbing too much: Where can correct this parameter in the CSS in order no to use css override?
Thanks and sorry
User avatar
Fresh Boarder

Konrad M
Mon Feb 06, 2012 4:27 pm
Every changes in template I advise add to override.css, becasue this is file which you will never have to overrite in template updates.
User avatar


cron