• Resolved karihowell

    (@karihowell)


    Hello.
    I just installed the template this morning, and I love it! Thank you for making it available.

    When I tested a post, I discovered that the unordered lists aren’t displaying bullets.

    Can you please tell me what option to correct?

    https://www.everydaywritinglife.com
    (Look on the “5 proven ways” post. The two paragraphs above the picture of the old man should be bullets.)

    Thanks,
    Kari

Viewing 3 replies - 1 through 3 (of 3 total)
  • stephencottontail

    (@stephencottontail)

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .entry-content ul {
      list-style: disc;
      padding-left: 40px;
    }
    
    .entry-content ol {
      list-style: decimal;
      padding-left: 40px;
    }
    Thread Starter karihowell

    (@karihowell)

    Thanks, Stephen, but that hasn’t worked. The theme did not have a custom css option built in, so I installed the Custom CSS plug in and added the customization as you have it. Still nothing. ??

    My brain is fried right now so I’ll have to come back to it tomorrow. I’ll let you know what ends up working.

    Thanks for your response.

    Thread Starter karihowell

    (@karihowell)

    I had a feeling that if I gave the site a little bit of time, it might catch up with me. That worked perfectly! The site just needed some time to sit and think about its behavior.

    Thank you so much. Now, on to child themes! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bulleted List – Bullets Not Displaying’ is closed to new replies.