[Support request] Bullet points in unordered lists

Home Forums Support [Support request] Bullet points in unordered lists

Home Forums Support Bullet points in unordered lists

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388468
    Key Largo

    I have installed the plugin “WordPress Popular Posts” (“Beliebte Beiträge” in the frame on the richt side of the homepage), but the bullets that are actually shown in an unsorted list are missing.

    can someone give me a tip on that?

    the homepage: tee-fokus.de/

    thx!

    #388814
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .wpp-list li {
        overflow: visible;
    }
    .sidebar .widget ul li {
        list-style-type: disc;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.