A screenshot is of no use. What might help is a link to a page demonstrating the problem.
http://www.chickenpie.biz/
here you can see it
but you need to highlight it as ive not changed the colour yet only a test page for you
I need to see a page with post counts displayed for categories.
It is that page mate jsut highlight under the General bit
http://www.myanimeisland.com/general.png
Thanks
Remove display:block; from:
#sidebar a, #sidebar a:visited {
background:none repeat scroll 0 0 #111111;
color:#FFCC00;
display:block;
font:9pt "verdana",arial,helvetica,sans-serif;
padding:7px 0;
text-decoration:none;
text-indent:10px;
width:200px;
}
in style.css
Thansk for that i some of that in the CSS but not in that order and i dont want to delete the wrong bits 😀
this is what i have for the sidebar
/* Sidebar */
#sidebar {float: right;padding: 0px 10px 20px 0px;width: 200px;color: #666666;overflow: hidden;}
#sidebar h2, #sidebar .sidebartitle{font: 12pt helvetica, sans-serif;color: #FFFFFF;background:#000000 url(http://www.myanimeisland.com/images/styles/freeminium/tcat.png) ;margin: 20px 0px 0px 0px;padding:5px 0px 3px 10px;margin-bottom:2px;letter-spacing: 0px;}
#sidebar a, #sidebar a:visited{display: block;padding: 7px 0;width: 200px;font: 9pt "verdana", arial, helvetica, sans-serif;text-decoration: none;text-indent: 10px;color: #0066CC;background:#ffffff;}
#sidebar a:hover{color: #000000 ;text-decoration: none;padding: 7px 0px;color:#EABA11;}
#sidebar ul {margin: 0;padding: 0;}
#sidebar ul li {list-style: none;margin: 0;padding: 0;border: none;}
#sidebar ul li ul {padding: 0;margin: 0;background:#ffffff}
#sidebar ul li ul li{padding: 0px 0 0px 0px;background:#ffffff;}
#sidebar ul li ul li ul li{
padding: 1px 0 1px 10px;border: none;}
ul.sidecol li{padding-left: 0px !important;}
ul.sidecol li,{padding-left: 0px ;}
li.widget_calendar td {padding: 1px 7px;}
.textwidget {padding-top: 5px;}
Thanks
It’s in the 3rd line down.