YAFLogo

Posted by: RichP714 - Monday, 13 December 2010 17:26:10
I've tried everything I can think of, including adding an .yafnet .postQuickReply { font-family:Arial; font-size:15px; } line to the theme. I can't change the font size.....help?

Posted by: logan - Monday, 13 December 2010 17:55:43
The Quickreply links: [code=css]#DataPanel1_HeaderRow A{ font-family:Arial; font-size:15px; }[/code] The message you type: [code=css]div.EditorDiv textarea{ font-size:15px}[/code]

Posted by: RichP714 - Monday, 13 December 2010 21:55:24
many thanks!

Posted by: RichP714 - Wednesday, 5 January 2011 02:19:53
Now I'm looking for the theme entry that changes the background color of emoticons in the shoutbox footer; anyone?

Posted by: logan - Monday, 10 January 2011 06:32:52
Look for this section in theme.css Dark backgrounds will be a problem unless you find some emoticons that are done with transparent backgrounds [code=css].yafnet input[type="image"] { padding: 0px; border: 0px; }[/code]

Posted by: RichP714 - Monday, 10 January 2011 07:03:05
many thanks