• Resolved ffgdirector

    (@ffgdirector)


    I have a theme called BlackBird which isn’t displaying bullets or numbered lists in blog posts. I know that to fix it, I need to add something to my CSS, but I can’t figure out what.

    Example here

    Any help you can give is greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section of the dashboard to hold your CSS modifications? Something named, “Jetpack” or “Custom CSS”. Or are you using a Child Theme?

    Thread Starter ffgdirector

    (@ffgdirector)

    Thanks for responding Andrew. There’s a section in the options of the theme called “Styling Options” where “Custom CSS” is supposed to go. Is this where something would be added and if so, what would I add?

    There is also style.css when I go to wordpress’ Edit Themes section

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Custom CSS section, add this;

    .post_content ul {
     list-style-position: inside;
    }

    Thread Starter ffgdirector

    (@ffgdirector)

    Thank you so much Andrew. That worked perfectly.

    If it’s not too much trouble, I’m also having issues figuring out how to double space my paragraphs without manually inserting   into the text editor.

    Is there a way to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Bullets to CSS’ is closed to new replies.