• Resolved donedealpal

    (@donedealpal)


    Hi all! I am starting a blog at DoneDealPal.com. I have chosen to use the 3-column setup of the Mandingo theme running on the latest, greatest version of WordPress.

    The one last thing that I want changed (I’ve modified the header/background of the Blue scheme) is to remove the silly little star graphic bullets that appear next to the widgets in both of my sidebars! I found the following:

    https://wiki.onehertz.com/WordPress/Mandigo/FAQ/How_do_I_get_rid_of_the_star_shaped_bullets

    I tried both editing the scheme.css and adding the lines to the HTML Inserts section, but neither of them seem to remove the bullets. I still see them using IE. Is there any way to blast them completely other than the methods on the page above? I searched through most of the php files and can’t find where this image is even being referenced.

    In the meantime, I have removed the lines from my scheme.css and HTML Inserts sections. Any help would be appreciated more than you know!

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your syle.css file

    delete or edit this:

    .sidebars li {
    	list-style-image: url(schemes/blue/images/star.gif);
    	margin: 0 0 15px 25px;

    Thread Starter donedealpal

    (@donedealpal)

    You, my friend, are a true champ.

    Removed the “list-style-image: ….;” line, but kept the second line as not to mess up the margins and it worked like a charm.

    Thanks man!

    as I said, …or edit ??

    Your welcome

    Don’t forget to mark as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mandingo Help – Remove Star Graphic Bullets’ is closed to new replies.