• Resolved totalspaz

    (@totalspaz)


    For some reason, I am seeing bullets before each Search & Filter form select/input item ONLY in Internet Explorer 9, and I can’t figure out how to hide them. I’ve tried adding all kind of things to my CSS, such as:

    .searchandfilter li {list-style-type: none !important; list-style-image: none !important; list-style: none !important;}
    
    .searchandfilter ul {list-style-type: none !important; list-style-image: none !important; list-style: none !important;}
    
    .searchandfilter select {list-style-type: none !important; list-style-image: none !important; list-style: none !important;}
    
    .searchandfilter input {list-style-type: none !important; list-style-image: none !important; list-style: none !important;}

    The URL in question is: http://www.semmes-murphey.com/wp/for-patients/find-a-doctor/

    What am I missing? Is this a common IE9 annoyance?

    https://wordpress.org/plugins/search-filter/

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

    (@designsandcode)

    Hey totalspaz, I’m not sure what this problem is but the plugin doesn’t do anything crazy with CSS or anything, just normal rules.

    Unfortunately I don’t have IE9 to test on, but I guess this is more a browser issue than the plugin issue – if I find time I will try to test this but it looks like your rules are fine :/

Viewing 1 replies (of 1 total)
  • The topic ‘can't hide bullets in IE9’ is closed to new replies.