• I am simply trying to remove the bullets from the categories and there is no

    .entry ul li:before, #sidebar ul ul li:before {
    content: “0BB 020”;
    }

    inside of my stylesheet and all of the list-styles regarding the sidebar are currently set to none, I changed it to upper-roman just to see where it would end up and it showed up to the left of the current bullets barely outside of the sidebar itself. My website is https://www.triplecz.com, anyone got any type of solution for this ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same exactly problem!

    Check your thread befitbefull.

    Tokonik, you’ll actually find yours is a small image.
    triplecz.com/wp-content/themes/barchetta-mag/images/sidebar_menu.gif

    #sidebar ul li {
    			padding-left: 8px;
    			background: url("images/sidebar_menu.gif") no-repeat;
    			font: normal 12px/22px "Georgia", Georgia;
    			color: #ffffff;
    		}

    Remove the background line like so..

    #sidebar ul li {
    			padding-left: 8px;
    			font: normal 12px/22px "Georgia", Georgia;
    			color: #ffffff;
    		}

    better?

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