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
Pnitruc
Member
Posted 4 years ago #
I've been having the same problem forever. What's going on?
remove this in style.css
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020";
}
Pnitruc
Member
Posted 4 years ago #
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!
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