ninala
Member
Posted 8 months ago #
I am having some trouble with my sidebar. I have tried changing pretty much every font size in my stylesheet, but can't seem to change the font size on the widget headers or text (links "About me", "Contact" and "Links"). I have also tried removing the bullets by using link-style:none; and link-style-type:none; but can't get the bullets away. Any help with these two issues would be greatly appreciated.
My stylesheet: http://pastebin.com/p9rEHTv8
http://ninareed.com
there is a broken style in style.css (without closing } ) which disables the application of all styles following after it:
.post {
margin-bottom:20px;
background-color:#FFFFFF;
padding-left:0px;
padding-right:10px;
padding-bottom:10px;
padding-top:10px;
add the missing closing bracket } after it.
see if that anables your changes.
ninala
Member
Posted 8 months ago #
Thank you, that solved everything except for those darn bullets..:)