• Resolved pipedreamergrey

    (@pipedreamergrey)


    When I create a bulleted list that uses a .gif as a bullet using a CSS style sheet, the bullets appear in front of the items on the main page of my blog, but, on the individual pages, the bulleted lists appear without the .gif graphics.

    I thought at first that it was happening because I had made the image links relative, but when I changed them to absolute image links, the problem remained.

    You can see what I’m talking about at:
    https://thegreatgeekmanual.com/blog/programming-may-be-ruining-your-love-life

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    This is the bit of CSS adding the image bullets:

    .postentry ul
    {
    list-style-image: url(https://www.thegreatgeekmanual.com/blog/wp-content/themes/notso_freshe/images/double-arrows.gif);
    }

    However, “postentry” does not appear anywhere on the single post page. The single.php file does not appear to use the postentry class like your main page does.

    Thread Starter pipedreamergrey

    (@pipedreamergrey)

    Thanks! I altered the CSS sheet from the template I’m using, and I just assumed that postentry was a class somehow inherent to the single post page. It was driving me crazy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List bullets formatted with CSS aren’t appearing in Posts’ is closed to new replies.