Would anybody know why I keep getting the ">" character as a bullet in all of my views lists?
I can't figure our why that keeps show up and I cannot get rid of it.

Thank for any help you can give.

Cheers,

Latte

Comments

alexrayu’s picture

Can have many reasons. Please provide url to the page.

latte’s picture

nevets’s picture

Using Firebug it's easy to find there is a background image attached to list element, in style.css, line 2000, you can modify

#bottom-content .block-views .badge .item-list ul li {
border:1px solid #000000;
display:inline-block;
list-style-type:none !important;
margin:5px;
min-height:70px;
vertical-align:top;
width:60px;
}

to include background: none

latte’s picture

OMG you are awesome! I have been pulling my hair out all day working on this.

I would buy you a beer or a Starbucks coffee - just tell me where to send it.

Cheers,

Latte/

nevets’s picture

If you ever find yourself passing thru Madison WI you can buy me a beer :) Glad to help.