• Hi, my bullets seem to have disappeared from this and older posts. They are present in edit mode but not on the published page. Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, msolsyd, a style from the Video Gallery – YouTube Gallery plugin you have installed in the Total-Soft-Gallery-Video-Widget.css?ver=5.8 file is causing this issue – specifically:

    .entry-content ul{
    	list-style-type: none !important;
    	}

    You can have them reappear with the following CSS:

    div.entry-content ul {
        list-style-type: initial !important;
    }
    Thread Starter msolsyd

    (@msolsyd)

    Hello Ian, thank you! I couldn’t get the code fix to work, but I deactivated the plugin and the bullets are back. Many thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets not showing’ is closed to new replies.