I have been using Firebug on Firefox to inspect the elements of my stock ticker and trying to figure out how to make some changes to it. So far I have been some what unsuccessful. I am trying to get the font size bigger and to remove the black bar that is located above the price. Any help would be great. Here is my CSS so far.
I believe inline styling was used to add the black background color to the ticker.
<td colspan="3" class="standard" style="background-color:#000000;color:#FFFFFF;">Current Stock Values:</td>
change the background to whatever you want, or even display:none; then just add a font-size to the css selector. If i were you, create a selector in your stylesheet, and remove inline styles.
Here is the page:
http://petrowest.squarespace.com/home/
change the background to whatever you want, or even display:none;
then just add a font-size to the css selector.
If i were you, create a selector in your stylesheet, and remove inline styles.
http://petrowest.squarespace.com/home/
Surely there are customizable options available with the widget?