I have had experience with self hosted wordpress.org blogs, but this is my first time doing a wordpress.com. We upgraded to be able to edit the css, but I am not sure what kind of css over rides the theme's css. I was wanting to make the header area bigger, get rid of the borders in the sidebar, but it's not working. Is there some sort of special selectors that need to be used? I tried typing in
.textwidget {
margin-top: 15px;
padding-bottom: 15px;
border-bottom: 1px dotted #CCC;
}
Which I copied straight from the original stylesheet, and changed the border-bottom to 0 and that didn't work.
Thanks for helping!