Forums

can't remove bullets in FF, but can in IE? Whaaat... (6 posts)

  1. homienick
    Member
    Posted 4 years ago #

    Maybe my brain is so tired that i'm retarded....
    in the default theme, i see bullets in my UL LI in Fire Fox, but Internet Explorer is acting correctly and not displaying them.. I went into stylesheet.css and put

    list-style: none;
    list-style-type: none;

    into UL or LI I could find.. gahhhh
    maybe i need sleep.. but.. i've been working on this for an hour.. gaslkjsa

  2. Pnitruc
    Member
    Posted 4 years ago #

    I've been having the same problem forever. What's going on?

  3. lohze
    Member
    Posted 4 years ago #

    remove this in style.css

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}
  4. Pnitruc
    Member
    Posted 4 years ago #

    thanks! =)

  5. Rah-rah
    Member
    Posted 3 years ago #

    I rejoiced when I found this thread... I thought surely it would solve my problem.

    Alas, it didn't.

    I'm new to WordPress. I'm using the default theme. I have created a custom field. I've edited my template to display my post metadata but for the life of me I can't get that darn bullet point to disappear in either IE or FF. I've done both of the steps in the two posts above.

    Any suggestions please?

    Thanks!

  6. Rah-rah
    Member
    Posted 3 years ago #

    Right so I resolved this using...

    /* Style post-meta-lists*/
    ul.post-meta {
    list-style-type: none;
    }

    In the style.css

Topic Closed

This topic has been closed to new replies.

About this Topic