• Resolved doramina90

    (@doramina90)


    Hello There,
    hope you can help me!
    I just tried to use the Ultimate Blocks Table of Content for my article.
    Even If i de-select the bullet in the option section while creating the block once I publish the article this ‘not aligned bullets’ show on.
    There is something i can do to fix this problem?
    Thank you in advance!
    🙂

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @doramina90! Thanks for informing us about this issue. Upon further inspection, it turns out that your current theme is behind inserting the bullets despite the settings you specified for the Table of Contents block. We’ll be including a fix for this in the next version. For now, you may use the following custom CSS code as a patch to prevent your theme from inserting bullets in the table of contents:

    .ub_table-of-contents .ub_table-of-contents-container ul > li::before{
        content: none;
    }

    We’ll let you know when the next version is released.

    Thread Starter doramina90

    (@doramina90)

    Thank you so much, the problem is solved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove the Bullet from the Table of Content List’ is closed to new replies.