How can I hide sections single product builder on mobile

This topic has 5 replies, 3 voices, and was last updated 6 months, 2 weeks ago ago by luc

  • Avatar: luc
    luc
    Participant
    October 20, 2023 at 14:29

    Hi, is there a way to hide a section on mobile from the single product builder?

    Thanks in advance.

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 20, 2023 at 15:04

    Hello,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    Custom CSS code can be used. What exactly section do you want to remove?

    Also, we added a new Single Product Builder in the latest theme version – https://xstore.helpscoutdocs.com/article/63-theme-update https://xstore.helpscoutdocs.com/article/190-xstore-single-product-builder-with-elementor
    With the Elementor in this builder, you will be able to hide elements via settings – https://prnt.sc/g7uizs3rjSm8

    Kind Regards,
    8theme team

    Avatar: luc
    luc
    Participant
    October 23, 2023 at 08:58

    Hi,

    I want to hide section 7.
    https://ibb.co/pX2r6BL

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 23, 2023 at 09:14

    Hello, @luc,

    To conceal your preferred column exclusively on the mobile version, kindly replicate and insert the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Subsequently, please revisit your site after purging the mobile browser cache.

    @media(max-width: 767px){
    .sidebar.single-product-custom-widget-area {
        display: none !important;
    }
    .et_element.single_product-html_block.single_product-html_block2 {
        display: none !important;
    }
    }

    Best Regards,
    8Theme’s Team

    Avatar: luc
    luc
    Participant
    October 23, 2023 at 19:27

    Thanks a lot it worked!

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘How can I hide sections single product builder on mobile’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.