• I know this has been asked before, but I can’t seem to get rid of the bullets on the sidebar. I’m in the style.css file. I’ve tried alot of the solutions that have been posted, but none of them have worked. If anyone can help me with this, it would be so great! Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • If they’re default bullets, then use list-style: none; or list-style-type: none;

    Make sure you’re placing that within ul{} or ul ul {}

    ‘.entry ul li:before, #sidebar ul ul li:before {
    content: “0BB 020”; /* sidebar bullets */
    }’
    This is the code you want to remove or comment out. On line 399 of style.css of the kubrik theme

    you just replied to a year old thread. kudos.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing sidebar bullets’ is closed to new replies.