• Resolved ananddevops

    (@ananddevops)


    Hello,

    I would like to disable Search Products Box, Cart and Price on the HomePage – See Screenshot

    Kindly let me know how the same can be possible as a temporary state.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ananddevops,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .home .site-search{
        display: none !important;
     }
    .home .cart-contents
    {
    	display:none !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter ananddevops

    (@ananddevops)

    That helps.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable Search Products box, Cart and Price on Home screen?’ is closed to new replies.