Advertisement
arie_cristianD

fix conflic mec dropdown filter

Jan 25th, 2024
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* fix conflic mec dropdown filter */
  2.  
  3. .mec-search-form .mec-dropdown-wrap .chosen-container {
  4.     display : none ;
  5. }
  6.  
  7. .mec-search-form .mec-dropdown-wrap select {
  8.     display : block !important ;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement