Bullet Point Problems (theme has unusual code)
-
First of all, the theme I’m using calls the sidebar “sidebox”, and the css seems different from the other threads I read, re: the removal of bullet points.
Here’s all my “sidebox” code:
/* sidebox */ div.sidebox{background:#F5F4F0 url(../images/sidebox-bg.jpg) left top repeat-x;border:#DDD 1px solid;padding:15px 18px 15px 18px;margin:0 0 20px 0;} div.sidebox div.sidebox-heading{border-bottom:#CCC 1px solid;margin:0 0 10px 0;} div.sidebox div.sidebox-heading h2{font-size:180%;font-weight:normal;color:#000000;font-family:Georgia;margin:0 0 6px 0;} div.sidebox ul{padding:0px;margin:0px;list-style:none;} div.sidebox ul li{background:url(../images/sidebox-li.jpg) 0 5px no-repeat;padding:4px 0 4px 23px;list-style:none;} div.sidebox ul li ul{padding:0px;margin:5px 0 -2px 0px;list-style:none;} div.sidebox ul li ul li{background:url(../images/sidebox-li.jpg) 0 5px no-repeat;padding:4px 0 4px 23px;list-style:none;} div.sidebox li a:link, div#footermenu li a:visited{color:#444;} div.sidebox li a:hover{color:#C00;} div.banners img{padding:2px;} div.error{padding:5px 15px;margin:0 0 15px 0;font-size:12px;color:#c00;border-top:2px solid #fe7b7a;border-bottom:2px solid #fe7b7a;background:#FFD6D6;} div.success{padding:5px 15px;margin:0 0 15px 0;font-size:12px;color:#57861A;border-top:2px solid #6CAA00;border-bottom:2px solid #6CAA00;background:#EEF7DD;}
As you can see, all of the “li” code has “list-style:none;” added, yet the bullet points are still there. I’m new to code, and I’m not figuring this out.
Help?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Bullet Point Problems (theme has unusual code)’ is closed to new replies.