• Hi all,

    I’m currently testing a new theme on my test website, http://trainman1405.site11.com/wordpress/. I’m having a slight issue with the sidebar.

    For the poll & blogroll in this theme, there are bullets which I don’t want. I double checked all my theme code to make sure I didn’t accidentally put list code in it, and there is nothing. I don’t know why it’s doing this. On my old (already made) theme, Atahualpa, it was fine. How can I remove the bullets? It appears to mess up my WP-Polls plugin in the sidebar too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Trainman1405

    We clearly see the unordered lists in the output code but there is no rule about it in your style.css: since the browsers display them by default you must specify list-style-type:none in order to remove these dots.

    I have a similar problem and no matter what I try the bullets will not go away. I’m running a child theme and all the other changes appear to work apart from the bullets on the left.

    http://www.highamhall.com/index.php

    This is the child css which doesnt seem to get called or its overwritten. Its in the same child file as other css changes so the file is being called ok.

    I’m nearly bald with the frustration, hope someone can see where I’m going wrong!!

    .widget ul li{
    font-size: 13px;
    background: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    }

    Found it – it was a missing } closing tag higher in the child style – my god all to find it!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullets will not go away for Blogroll & Polls In Sidebar’ is closed to new replies.