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?