• Hi there;
    I’m using coblock and would like to change the style of the list to stop the bullet point to appear but even when “none” is selected or even “checkbox”… the bullet points are still seen on the page.
    Has anyone faced this issue?
    Please assist!

    • This topic was modified 3 years, 8 months ago by yanncadic.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Aleksandar

    (@gdalex)

    Hi @yanncadic,

    Thanks for reaching out!

    I tried to replicate this on my test site, and the bullet points aren’t appearing if I set the style to “None”, as you can see here: https://drive.google.com/file/d/1Ra7vRfCVTe7vzBiZXDo_nAzTbxvmFzKI/view

    Therefore, this is most likely a theme/plugin CSS issue, or a caching issue.

    Make sure to clear your local browser cache and test again. If this doesn’t help, try disabling all of the other plugins on the site and checking again. Finally, try switching to a different theme likely Twenty Twenty One and checking again.

    If you want to force the list style to be “None” via CSS, you can add the following code to the Appearance> Customize> Additional CSS area:

    
    ul{
     list-style:none !important;
    }
    

    Please let me know if this helped!

Viewing 1 replies (of 1 total)
  • The topic ‘list block style not applying’ is closed to new replies.