• can anyone please tell me the CSS parameter for category lists ? Because i cant use .current_cat to remove the lists circles… and i hate circles in lists ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Wellll, since none of the css techs are here, let me just try something.

    #sidebar ul {
    padding:0;
    margin:0;
    list-style-type: none;
    font-size:1.1em;
    }

    That’s from my stylesheet. Style type is none, sounds like doing the trick to me. Give that a try.

    Thread Starter Valerio Vaz

    (@vvaz)

    it worked, but differently thanks ??

    .sidebar li {
    list-style-type: none;
    }

    Yeah, all stylesheets are different, but I’m glad I could teach you something ??

    can someone look at my code and tell me why its not removing the list bullets in the sidebar for my categories? I have list-style:none; defined everywhere possible, but still, they continue to show up.

    I’ve been using googles chrome element inspector to try and figure it out with no luck.

    please help, url: https://www.roguedeals.com/reviews

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove circles from category lists’ is closed to new replies.