Wrong color when I copy html list

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Fri May 31, 2013 9:43 am
Hello
Could you please help me ?
I need to copy/paste HTML list, but when I do, font's color is not black, as it should be, but grey.
http://truban.dn.ua/index.php/montazhnik
Something related to template's style?
Anyway, we need this list in black font color, please help me if you can, Gavick!
Thank you
User avatar
Junior Boarder

GK User
Fri May 31, 2013 10:05 am
Your default text color is:
Code: Select all
body {
color: #7D7B7A;
}

and it could be overrided with use of override.css
Just remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri May 31, 2013 10:40 am
It worked, thank you Cyberek!
Could you tell me how to change text in main page's tabs either?
truban.dn.ua
User avatar
Junior Boarder

GK User
Fri May 31, 2013 11:46 am
You mean color of that text?:
Code: Select all
p.tabContent {
color: #7D7B7A;
}
User avatar
Moderator


cron