• Hey!

    For some reason bullet points aren’t showing when I use the “List.” Any fix for this? I tried to use this custom CSS to fix it but it didn’t help.

    .category-press-releases li { list-style-type: disc !important; }

    *Bullet should be in the front page in front of these words:

    Itsevarmuus
    Sosiaaliset Taidot & Karisma
    Maskuliinisuus & Henkinen Hyvinvointi

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

Viewing 1 replies (of 1 total)
  • Hi @jantsa13

    Can you try to add following css code in your css file

    .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column ul {
        list-style-type: disc;
    }

    I think it might be helpful for you.
    Thanks

    • This reply was modified 2 years, 8 months ago by Minal Diwan.
Viewing 1 replies (of 1 total)
  • The topic ‘Bullet Points Not Showing’ is closed to new replies.