alisonsilbert
Member
Posted 1 year ago #
I installed wordpress onto a client's website, and all of a sudden the standard round black bullets changed into grey 'x' characters (e.g. see http://www.ronstarr.ca/where-ron-stands/) Why did this happen and how do I get the standard round black bullets to display? I've looked at the stlye sheet and there is nothing there that is abnormal....pls help.
Thanks. Alison.
stylesheets/master.css:
.entry ul li, .c-body ul li {
background:url("../images/list-item.gif") no-repeat scroll 0 0.3em transparent;
display:block;
margin:5px 0;
padding:0 0 0 17px;
}
alisonsilbert
Member
Posted 1 year ago #
That's exactly what is in the style sheet and the same grey x's still show up....why?
Remove background:url("../images/list-item.gif") no-repeat scroll 0 0.3em transparent;.
alisonsilbert
Member
Posted 1 year ago #
I've figured out why the bullets show as 'x': the 'x' bullets are part of the titan template; so how do I go into the template & switch bullets back to normal round black bullets (which style sheet within the template? what coding do I switch back to what?)
alisonsilbert
Member
Posted 1 year ago #
removing the line "background:url("../images/list-item.gif") no-repeat scroll 0 0.3em transparent;. " took away the bullet entirely; how do I get it to show just the standard round black bullet?
The page is now showing the standard round black bullet.