Change Font color - Hewahoo

Create music content based Joomla website with this professional and cutting edge template created for Joomla 1.5
GK User
Sat Nov 19, 2011 12:14 am
I've been searching around in the css files but can't figure out where to change the black text color to white (I've made the background dark). I have changed the color of the links and the menu in style1.css
User avatar
Junior Boarder

GK User
Sat Nov 19, 2011 8:53 am
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.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.