Quote:
Originally Posted by Patrick1969
Thank you, I was successful in changing the background color however I am having difficulties in making the font smaller, what do I need to change in the code, I already updated the 10px to 8 px without any effect as well as tried 10pt and 8pt, I guess I am missing something somewhere.
Thank you for pointing me in the right direction for this one.
|
Something you can try is replacing the existing line:
<div class='bigusername $thread_alt' style='$thread_bg_color padding: 10px'>
with:
<div class='$thread_alt' style='$thread_bg_color padding: 10px; font-size: 10px'>
This is a quick and dirty way to get it working now. Eventually I want to move all style definitions into a css file and all html created into a template.