Viewing 1 replies (of 1 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hi Georgia

    The plugin does not add an mdash anywhere so I guess this must be css from your theme or another plugin? Try to inspect it using firebug and see what is creating it – maybe a :before or :after?

    This plugin uses the standard input type of checkbox however you can add some custom styling to change how they look with CSS3…

    So in your CSS the class you want to target is:

    .searchandfilter input[type=checkbox]
    {
        //add styles here
    }

    I plan on adding more styling options in a future update ??

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Checkbox list format (remove mdash)’ is closed to new replies.