Hi,
Yes you are correct. However on the link I just see text widgets. By the way you are better off installing the enhanced text widget plugin, which lets you run code as well a customize the text widget in greater detail. http://wordpress.org/extend/plugins/enhanced-text-widget/
The CSS code below after editing, needs to be pasted at the end of the Quick CSS text area.
This is the green color/font/size in widget in all areas of the widget where its green now. The text widget will not let you do more (thus install enhanced widget above).
#top .sidebar .widget_text .widgettitle{
color: #00ff54 !important;
font-size: 11px;
font-family:"Helvetica";
}
I don't see a price on shop item page http://www.downwopp.com/skateboarding/?product=candy-face-skateboard-7-875-x-31-75-with-grip
this is the code for the dark green price color on the shop archive page. You can add the font name and font size from the code above if you want to change the font/size of the price to the code below. Just grab the two lines above and paste them into the block.
#top .price, div .stock {
color: #7e9a47;
}
You may want to display the price on your individual item pages.
Thanks,
Nick