Home Forums Themes Support Claue Change Filter Image to Say "Refine" or "Filter"

Viewing 2 reply threads
  • Author
    Posts
    • #13922

      Hello,

      Looking to see if it is possible to have next to the Filter image button on the product archive pages to have the word “Filter” or “Refine” next to it or as a button on its own including or taking the place of the filtered image?

      Is there a way to change this?

      Attachments:
      You must be logged in to view attached files.
    • #13925

      Hi,

      You can add the text by add custom code in Claue > Theme Option > General Layout > Custom CSS

      .filter-trigger.mr__50::after {
      	content: 'Refine';
      	padding-left: 8px;
      	font-family: Poppins, sans-serif;
      	font-size: 18px;
      }

      Best regards

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

    • #13926

      Hi Harry,

      Thank you for the amazing support and prompt reply. Works and looks good on Desktop but is a little off on Mobile.

       

      Anything else that could be added to help with responsiveness?

       

       

Viewing 2 reply threads

You must be logged in to reply to this topic.