I haven't yet purchased the CSS upgrade but I've been experimenting with it before I buy.
I'm using Oulipo. The original styesheet can be seen here:
http://s0.wp.com/wp-content/themes/pub/oulipo/style.css?m=1293576887g&minify=false
I know HTML/basic CSS, so I've been able to figure out most of the changes I want to make on my own. However, there's one thing I can't figure out. In the line below blog post title, the "§" symbol is displayed between the date and comments link--which I'd like to remove. Since I can't do so by editing the HTML, I was hoping to edit the CSS so that the text color of the "§" matches the page background.
If it helps, here is the source code for the line I'm trying to change:
<p class="date">October 18th, 2010 § <span class="commentcount">Leave a Comment</span></p>
Any ideas on how to edit the CSS to change the "§" text color?
The blog I need help with is chuythewestie.wordpress.com.