
Font colors
Font colors
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!
http://aandmgarage.tk

-
- Posts: 1645
- Joined: Wed Nov 18, 2009 9:58 am
- Location: Vienna, Austria
Re: Font colors
Hi ped832!
As far as i know there's no way to change the font-color for the strings you have asked for.
As far as i know there's no way to change the font-color for the strings you have asked for.
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
- Don
- Posts: 687
- Joined: Tue Sep 14, 2010 12:14 am
- Name: Don
- Location: Roseville, California, United States of America
- Contact:
Re: Font colors
Hello ped832,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!http://aandmgarage.tk
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
-
- Posts: 1645
- Joined: Wed Nov 18, 2009 9:58 am
- Location: Vienna, Austria
Re: Font colors
Ahhh, never too old to learn something!
Thank you Don!
Thank you Don!
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
Re: Font colors
I actually figured that one out today before I read your reply, but I do appreciate your response. Thanks, Don!Don wrote:Hello ped832,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!http://aandmgarage.tk
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