Your account expired support, please renew to get your support.

Home Forums Themes Support Claue-Shopify Simplifying mobile view

Topic Resolution: Resolved

Tagged: ,

Viewing 2 reply threads
  • Author
    Posts
    • #29398
      Kimsu
      Support Expired

      Hi,

      I’m trying to remove the “Text with icon” section on the home page from mobile view, but I don’t find the right place/syntax.

      There is also some issues with quick shop fancy box. It starts loading, but nothing happens. So I would be happy to remove it. Is there disable button somewhere which I don’t find anymore? I think I saw it somewhere…

      Thanks!

      /Kimi

    • #29399
      Harry
      Support Expired

      Hi Kimi,

      1. To hide “Text & Icons” section on mobile, please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS

      @media only screen and (max-width: 767px) {
      #shopify-section-1516036229347 {display: none;}
      }

      2. Please go to Theme Settings > General > and uncheck in Minify HTML

      Kind regards

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

    • #29438
      Kimsu
      Support Expired

      Thanks!

Viewing 2 reply threads

You must be logged in to reply to this topic.