• Hello.
    I’m new on wordpress, but I dit a lot of “manual” html.

    In word press I have the following HTML :

    Here is a list

    • Dog
    • Cat
    • Mouse

    When I use the “WordPress classic” theme, they appear with the usual bulletpoint.

    When I use the “WordPress default” theme, they appear :
    – Just indented with Internet Explorer
    – With closing double-quote instead of bullets in Firefox and Chrome

    It’s just ugly, but I really prefer WordPress default.
    How can I fix this ?
    Do I need to go deep inside css sheets ? If so, where ?
    I supposed that a soft like WordPress would easily handle these compatibility problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In word press I have the following HTML

    where do you have that? Differing themes handle things differently

    I have this same problem, the items in the sidebar have double-carats (closing double quotes as this person says) and I can’t find them in the template or the style sheet. I was able to ADD regular bullets, but I can’t TAKE AWAY those annoying carats, and I’ve been searching on line for an hours. the site: https://weddingsinnc.com thanks for any help!
    Jane

    Whoops, wrong url. This is the blog, using the Kubrick default template. I cannot find those carats anywhere in the template or style sheet?
    https://ncweddingsongs.com

    I found the answer in another part of the site. Remove this code from the style.css

    .entry ul li:before, #sidebar ul ul li:before {
    content: “0BB 020”;
    }

    I then added a hanging indent and circle bullets, it’s all fixed. (See https://ncweddingsongs.com now!)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange list style’ is closed to new replies.