Forums

Standard bullets showing as 'x'; how fix? (7 posts)

  1. 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.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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;
    }
  3. 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?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Remove background:url("../images/list-item.gif") no-repeat scroll 0 0.3em transparent;.

  5. 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?)

  6. 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?

  7. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    The page is now showing the standard round black bullet.

Topic Closed

This topic has been closed to new replies.

About this Topic