Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233823
    Gerald E
    Participant

    Hi, I noticed that bullet points are not shown on my site.

    They are normally displayed in the backend (cornerstone or visualizer) but when looking at the frontend any bullet points for lists have disappeared.

    Any idea how this can be solved??

    #1233828
    Gerald E
    Participant
    This reply has been marked as private.
    #1234226
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have some CSS on your site :

    .geodir-x ul {
      list-style: outside none none;
    }

    It’s causing by a plugin (Geodirectory).

    You can add this under Custom > CSS in the Customizer.

    .entry-content.content li {
      list-style: outside none disc;
    }
  • <script> jQuery(function($){ $("#no-reply-1233823 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>