Want bullets gone from Sidebar
-
I’ve gone through all of the forums, but I can’t get the bullets from my Popular Posts section to disappear in the sidebar.
They’re at the bottom of the sidebar here (https://www.foreignersfinances.com/) and the bullets are going out of the sidebar for some reason.
Here’s my stylesheet.css for the sidebar:
/* sidebar */
#sidebar {
font-family: verdana, arial, tahoma;
font-size:8pt;
font-weight:normal;
width:210px;
float:left;
margin:5px 0px 0px 0px;
padding:5px;}
#sidebar h2{
font:normal 10pt arial, georgia, times;
color: #000000;
font-weight:normal;
margin: 0;
padding: 0;
padding-top:10px;
padding-bottom:6px;
text-transform:capitalize;
text-weight: bold;
}#sidebar label{
font:normal 11pt arial, georgia, times;
color: #A00000;
margin: 0;
padding: 0;
}#sidebar p {margin:0; padding: 0 6px 0 8px;}
#sidebar img, #sidebar img a, #sidebar img a:hover{padding: 5px; margin: 0; border:none;
#sidebar ul {
margin:12px;
padding:0;
list-style-type: none;
}#sidebar ul li {
margin: 0;
padding: 0;
line-height: 14pt;
list-style-type: none;
}#sidebar ul ul {
margin:14px 0;
padding:0;
}#sidebar ul ul li {
list-style-type: none;
}#sidebar ul ul ul{
margin: 0;
padding: 0;
}#sidebar ul ul ul li{
padding: 0 0 0 0px;
list-style-type: none;
color: #898989;
}#sidebar li {
list-style: none;
}#sidebar li a{
text-decoration:none;
display: block;
color:#575757;
text-decoration: none;
list-style: none;
margin: 0px;
padding: 5px 7px 5px 7px;
border-bottom: 1px solid #f2f2f2;
}#sidebar a:hover{
color: #000000;
text-decoration: none;#sidebar a:active{
background-color:#364022;
text-decoration:none;color:#fff
;
}Please help me!
Thanks!
- The topic ‘Want bullets gone from Sidebar’ is closed to new replies.