Change text color in footer

GK User
Tue Mar 22, 2011 5:52 pm
Hi,
Please, can somebody help how to change a text color in footer? Coffe template and joomla 1.6.thanks

site: http://gator1351.hostgator.com/~assur3/
User avatar
Fresh Boarder

Konrad M
Tue Mar 22, 2011 7:54 pm
Hi
Try add to override.css
Code: Select all
#gkFooterNav p {
color:#000000 // here set your own color
}

and remember to enable it in template manager options ;)
User avatar

GK User
Wed Mar 23, 2011 8:48 pm
It did well thank you!
I try to change a login and registration text on my own but there is not a options for these two in template, so i couldn't select it. Any idea? Thanks
User avatar
Fresh Boarder

GK User
Wed Mar 23, 2011 10:15 pm
assur3 wrote:I try to change a login and registration text on my own but there is not a options for these two in template, so i couldn't select it. Any idea? Thanks


You can change on template language file support.
../language/en-GB/en-GB.tpl_gk_coffe.ini

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Mar 24, 2011 12:19 am
I didn't see any hex codes to change the text am I missing something? Can you be more specific.
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2011 12:37 am
assur3 wrote:I didn't see any hex codes to change the text am I missing something? Can you be more specific.


... i thought you meant to translate this words.
If you want to change colors on this header, try adding this (i.e.) on override.css file:

Code: Select all
#login_form h3 {color: #000}
#register_form h3 {color: #000}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Mar 24, 2011 12:47 am
Not working what I am doing wrong?
User avatar
Fresh Boarder

teitbite
Sat Mar 26, 2011 11:28 am
Hi

Have You enabled using of override.css file in template's configuration ?
User avatar
Moderator


cron