Viewing 4 replies - 1 through 4 (of 4 total)
  • ul.xoxo li {list-style-type:none}

    either add this at the end of style.css of the theme, or to the custom styles in weaver options (if there are these options).

    look in style.css for

    /* =Widget Areas
    -------------------------------------------------------------- */
    
    .widget-area ul {
    	list-style: none;
    	margin-left: 0;
    }
    .widget-area ul ul {
    	list-style: square;
    	margin-left: 1.3em;

    change this line to

    .widget-area ul ul {
    	list-style: none;

    works when I edit it in FF web tools

    I think, and I say I think because I’m not 100% sure, that if you add

    #secondary li {list-style:none;}

    to the bottom of the weaver style sheet, that might do it.

    well, one of ’em is bound to work!

    🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bulletpoints next to Blogroll’ is closed to new replies.