• Resolved wordmax

    (@wordmax)


    Hi, great theme! For some reason bullet points for lists (gutenberg block) in the sidebar widgets are not visible. They are visible on the lists for the wp admin widget editor but they do not show to front end users.

    Any ideas what’s causing this? Is there a setting we missed?

    Bullet points show up fine on front-end for all content in pages and posts.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @wordmax

    At the moment, the easiest way to control this would be via CSS. We have implemented this little rule, because not every widget looks good out of the box with its bullet points attached and wanted to have a consistent design.

    Anyway, the snippet should be like this.

    .ct-widget ul {
      --listStyleType: disc !important;
    }

    Let me know if this works for you ??

    Thanks.

    Thread Starter wordmax

    (@wordmax)

    Great. That works. Thanks for the fast support. Issue is resolved.

    Super news, @wordmax! Glad to hear everything is cool. ??

    Have a great weekend ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet points not visible for lists in sidebar widgets’ is closed to new replies.