• Resolved jwg123

    (@jwg123)


    Hi, I’ve run into a problem where the styling (i.e., bullet points) for a WordPress List Block does not show in a doc post. The problem does not occur in a regular WordPress post.

    • This topic was modified 1 year, 8 months ago by jwg123.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spider Themes

    (@spiderdevs)

    Which theme are you using?

    Thread Starter jwg123

    (@jwg123)

    We are using Neve theme. It does seem to be an issue with docs and that theme specifically.

    Plugin Author Spider Themes

    (@spiderdevs)

    I’ve checked that there is no style for list style for other post types in the Neve theme. Apply the following custom CSS to style the list style.

    .doc-scrollable ul {
        padding-left: 20px;
        list-style: disc;
        margin: 10px 0px;
    }

    Also note that, you’ll get this style in the next version (2.1.6) of EazyDocs.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Styling (Bullet Points) for List Block Items’ is closed to new replies.