There are multiple places where you need to change text colors as few modules have their own color.
Try below:
File: /templates/gk_hewahoo/css/gk_stuff.css
Line: 59
NSP Module Text
- Code: Select all
div.gk_npro_mainwrap {
color: #666666;
}
Line: 86
NSP Module Text Bigfont style suffix
- Code: Select all
.bigfont1 div.gk_npro_mainwrap, .bigfont2 div.gk_npro_mainwrap {
color: #333333;
}
File: templates/gk_hewahoo/css/template.css
Line: 14
Body text color
- Code: Select all
body {
color: #333333;
}
Line: 128
Bottom Module Texts
- Code: Select all
#gk_bottom1 a {
color: #333333;
}
File: templates/gk_hewahoo/css/modules.css
Line: 45
Module Titles
- Code: Select all
.moduletable h3 span, .moduletable_menu h3 span, .moduletable_text h3 span, .moduletable_ver1a h3 span, .moduletable_ver1b h3 span, .moduletable_ver1c h3 span {
color: #000000;
font-size: 24px;
line-height: 30px;
}
There are many more if you post your website link we can check and let you know , see you around.