Viewing 1 replies (of 1 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    Your theme is adding a background to all li tags.
    Add this to your theme css:

    #aec-modal-container li {
    background: none;
    }
    #aec-filter li {
    background: none;
    }

    I’m going to add this safeguard in the next release of the plugin so this wont be necessary in future versions.

    Eran

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot remove bullets’ is closed to new replies.