Home Forums Themes Support Claue Hide filter icon from desktop

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #22705

      hi,

      can I show Ajax filter icon only on mobile not show on desktop?

      as on desktop I have a left sidebar and want to show filers on sidebar, so don’t need duplicate filter icon there.

       

      i think I have figured it out, is it OK to use like that

       

      @media only screen and (min-width: 736px) {
      .between-xs .fa-sliders {display: none;}
      }

       

      thank you

    • #22731

      Hi Mag,

      Please change code to

      @media only screen and (min-width: 1025px) {
      .filter-trigger {display: none;}
      }

      if you want hide on both tablet & mobile device. And change to

      @media only screen and (min-width: 737px) {
      .filter-trigger {display: none;}
      }

      if you want to hide on only mobile device

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #22737

      thank you corrected it

    • #22760

      Could you help me make as resolved for topic fixed.

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.