• All of my sidebar widgets have a bullet point next to them.

    I tried removing this part of the CSS stylesheet, but it didn’t work:
    #content ul li {
    : ; /* background: url(img/bullet.gif) no-repeat 0 7px;
    padding-left: 1.5em;

    I’m assuming the above code is why bullets are appearing?

    Also- there is a random #4 on my “This is Me” page! I cannot find it anywhere to remove…

    Please let me know if anyone knows how to change this. thanks!

    Blog url is – https://www.befitbefull.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • In your theme’s style.css find this.

    #sidebar ul { list-style-type: none; margin: 0; padding: 5px; }

    Update to..

    #sidebar li { list-style-type: none; }
    #sidebar ul { list-style-type: none; margin: 0; padding: 5px; }

    All gone? ??

    Thread Starter befitbefull

    (@befitbefull)

    YES! Thank you, thank you! The bullets are gone!

    Any thoughts on the random #4 on my “This is Me” page?

    Yep – it’s the missing part of “Responses to ‘This is me'” that just before your comments list further down the page. It should read “4 Responses to ‘This is me'”. Right now, I’m not sure why it’s appearing up there. It could well be related to the 19 validation errors on that page. There’s something definitely wrong in that template. The comments shouldn’t be appearing in the markup after the sidebar.

    Hi t31os_

    I have the same problem on my site https://globalbloggersnetwork.com of bullets appearing beside each widget. The funny thing is, if I have the Featured post widget at the top, the first two widgets appear normal but if I switch the widgets around, for instance if I put the Subscribe to Newsletter widget at the top, then bullets appear everywhere (except at the first widget).

    I tried your solution above but it didn’t work.

    Anyway help you or anyone can spare will be greatly appreciated.

    Cheers,
    Keith

    you have a list item ‘li’ without a ‘ul’ or ‘ol’ – invalid html code and not covered with your style.css.

    bad hack to get rid of the bullet ( works in firefox, might not work in all browsers) and only works for these ads squares:
    try and add this to your style.css:
    li#wp125 { list-style-type: none; }

    Thank you alchymyth! The code certainly got rid of the bullet at the ad box. Thank you! From your note, I gather that the problem lies with the style.css sheet of the theme? Would changing to another theme solve this problem?

    Thanks once again. Your help is much appreciated.

    yes, changing to another theme would definitely solve the problem…so long as the new theme is properly coded

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I can’t remove the bullets from my sidebar’ is closed to new replies.