Home Forums Themes Support Claue Equilizer Filter Icon

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #15620

      How can i hide the Equilizer Icon on desktop but still show on mobile.  Right now it shows on both.  but i don’t want to show it on desktop computers, only mobile devices.

    • #15625

      Please add custom code

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

      Best regards

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

    • #15630

      Great thx.  Now can you show me how i can change this icon to something else, like a magnifying glass.  Customers don’t know what the equilizer thing is.

      this would be better.

    • #15633

      Hi,

      Please select an icon at http://themes-pixeden.com/font-demos/7-stroke/ we will give you code to change icon.

      Best regards

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

    • #15634

      pe-7s-search

      E618

      &#xe618

    • #15636

      Hi,

      Please add custom code in Claue > Theme Option > General Layout > Custom CSS

      .filter-trigger .fa-sliders::before {
      	content: "\f002";
      }

      Best regards

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

    • #15641

      not workin on mobile.  its hidden on desktop so not sure about there, but mobile has equilizer still

    • #15642

      ok i see it now

Viewing 7 reply threads

You must be logged in to reply to this topic.