qamera 0 Report post Posted February 4, 2011 I want to to change the font color for photo captions to match the same color as the Widget title (gray). I also want to change the line separators so that they are slightly closer together. I am using Firebug but it is not clear how to change the font color, and whether that applies only to photo captions or also to other text inside the sidebar widgets. I was able to change the font type using this code, but not the font/text color. I checked css sites online and they only give information for assigning colors to "h" tags (h1, h2, etc). I'm sure it's just me... Also, the "Design Control" does not appear to have this as an option... div#photo_sb_wrapper-2 { font-family: sans-serif; font-size: 85% color:#E9E9E9 } div#photo_sb_wrapper-4 { font-family: sans-serif; font-size: 85% color: #E9E9E9 } qamera.com Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 4, 2011 Your missing a semicolon after 85%. If that doesn't help let us know. Share this post Link to post Share on other sites
qamera 0 Report post Posted February 4, 2011 Bingo! Share this post Link to post Share on other sites