• Resolved allthatjess

    (@allthatjess)


    When I click on the “sort by” dropdown menu, I see bullets outside of the box in front of each list item, even though list-style is already set to “none”. How do I fix this? Thanks!!

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

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

    (@pluginsware)

    Hi,

    Kindly add the following CSS code in your theme’s style.css file or in the “Advanced CSS” option of your theme’s customizer panel and check.

    .acadp li:before{
    display: none !important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘“Sort By” Dropdown Menu List Style’ is closed to new replies.