Change link color on Gtranslate drop-down menu list {SOLVED}

GK User
Mon Feb 14, 2011 5:17 pm
Hi guys,
I installed the Gtranslate module, and with the dark background of the Cherry template, the links show up yellow - I tried the author's suggestion of adding the following to both template.css and override.css:
Code: Select all
/* For GTanslate */
.goog-te-gadget {
color: #333333 !important;
font-family: arial;
font-size: 11px;
white-space: nowrap;
float:right !important;
}
/* End*/


But the links are still yellow. Is there anything else I can do to make the links a darker color -OR- make the background of the drop-down darker so the links will show?
User avatar
Junior Boarder

Konrad M
Mon Feb 14, 2011 6:33 pm
Hi

Can You give us url to site?
User avatar

GK User
Mon Feb 14, 2011 7:03 pm
Hi

Please add this code on override.css file:
Code: Select all
.moduletable.translcolor select {color: #999;}


Them open this module and add this suffix "[space]translcolor"

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Feb 14, 2011 8:43 pm
Awesome! That did the trick! Thank you so very much :)
User avatar
Junior Boarder


cron