• dleonte

    (@dleonte)


    I would like to edit out the star bullets that are hard coded into the Recent Posts, Categories, and Articles Widgets. Where can I find this code?

    I tried to find it will Firebug, but came up empty.

    http://riddham.info/wordpress/

    Thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • accuwebhosting

    (@accuwebhosting)

    I think you will need to modify following CSS code from your style.css file:

    #sidebar_home ul li li {
    	background: #FFF8DC url(images/icon.gif) no-repeat top left;
    	padding: 0px 0px 5px 20px;
    	margin: 0px;
    	}
    #sidebar_home ul li ul li {
    	background: #FFF8DC url(images/icon.gif) no-repeat top left;
    	padding: 0px 0px 5px 20px;
    	margin: 0px;
    	}
    #sidebar ul li li {
    	background: #FFF8DCurl(images/icon.gif) no-repeat top left;
    	padding: 0px 0px 5px 20px;
    	margin: 0px;
    	}
    #sidebar ul li ul li {
    	background: #FFF8DC url(images/icon.gif) no-repeat top left;
    	padding: 0px 0px 5px 20px;
    	margin: 0px;
    	}
    accuwebhosting

    (@accuwebhosting)

    EDIT: Page wasn’t loaded properly after submitting the above reply. Hence tried to post small message. Consider above reply. Moderators pls remove this post.

    Thread Starter dleonte

    (@dleonte)

    I am confused??? Are you saying I should disregard your reply?

    Thread Starter dleonte

    (@dleonte)

    Thanks. Your suggestion removed the stars by removing icon.gif

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Recent Posts Widget’ is closed to new replies.