Page 1 of 1

Font colors

Posted: Mon Jan 31, 2011 3:31 am
by ped832
I have figured out how to change background colors and the bottom link text color in the widget, but don't know how to change the font color of the "city" name at the top. Any suggestions? With my current background color the city is hard to see. Can it be done or do I need to just lighten up my background color? Thanks for any help offered. This is an awesome widget! 8-) http://aandmgarage.tk

Re: Font colors

Posted: Mon Jan 31, 2011 5:31 am
by ikarus1969
Hi ped832!

As far as i know there's no way to change the font-color for the strings you have asked for.

Re: Font colors

Posted: Mon Jan 31, 2011 7:19 am
by Don
ped832 wrote:I have figured out how to change background colors and the bottom link text color in the widget, but don't know how to change the font color of the "city" name at the top. Any suggestions? With my current background color the city is hard to see. Can it be done or do I need to just lighten up my background color? Thanks for any help offered. This is an awesome widget! 8-) http://aandmgarage.tk
Hello ped832,
Add text_color=#000000 to the param name="flashvars" line of your widget code. Replace the zeros with the hex code for the color you want.

<param name="flashvars" value="location_id=gn:5596475&time_format=12&unit_system=us&background=#BFBFBF&text_color=#000000&landscape=http://aandmgarage.tk/landscapes/andmno ... _bar=false">

Don

Re: Font colors

Posted: Mon Jan 31, 2011 7:32 am
by ikarus1969
Ahhh, never too old to learn something!

Thank you Don!

Re: Font colors

Posted: Mon Jan 31, 2011 11:52 pm
by ped832
Don wrote:
ped832 wrote:I have figured out how to change background colors and the bottom link text color in the widget, but don't know how to change the font color of the "city" name at the top. Any suggestions? With my current background color the city is hard to see. Can it be done or do I need to just lighten up my background color? Thanks for any help offered. This is an awesome widget! 8-) http://aandmgarage.tk
Hello ped832,
Add text_color=#000000 to the param name="flashvars" line of your widget code. Replace the zeros with the hex code for the color you want.

<param name="flashvars" value="location_id=gn:5596475&time_format=12&unit_system=us&background=#BFBFBF&text_color=#000000&landscape=http://aandmgarage.tk/landscapes/andmno ... _bar=false">

Don
I actually figured that one out today before I read your reply, but I do appreciate your response. Thanks, Don!