• Resolved Jasper

    (@lucydog)


    I am using Twenty Ten, replaced the bullets with images-
    http://grandstreetfallfestival.com

    However, the bullets now show up when I use the footer widget regardless of what I use for a widget (either text, image widget, etc.).

    How do I keep the bullets from showing up for footer items? I am guessing I put my bullet image code in the wrong place in style.css.

    .widget-area ul {
    	 list-style-image: url(http://grandstreetfallfestival.com/wp-content/themes/twentyten/images/leafbullet.png);
     }
    margin: 0 0 18px 0;
    
    then
    /* Footer widget areas */
    #footer-widget-area {
    list-style-type: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Eliminate bullets from footer widgets in twenty ten’ is closed to new replies.