over riding css?
-
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!
The blog I need help with is: (visible only to logged in users)
-
We need a link to your wordpress.COM site to take a look (or at least the name of the theme you’re using) as each theme works slightly differently so the code will depend on that.
-
Ok. My site is http://www.justtherightbyte.com and I am using the oulipo theme. The header area is so limited.
-
-
That code will add some space above and below your title area and get rid of the borders in the widgets. Why do you want to make it wider? To fit in a larger image?
-
- The topic ‘over riding css?’ is closed to new replies.