Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3517389
Shop on mobile
Closed

Comments

  •  11
    LillaGreen started the conversation

    Hi, how can I remove the following on mobile, thank you!: 

    1115670272.jpg
  •  2,610
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .penci-woo-before-main-content .penci-products-shop-view {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  •  11
    LillaGreen replied

    Thank you! And for desktop? How to disable it?

    3722440088.png


  •  2,610
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → WooCommerce → Shop Settings → turn off the "Show Columns Selector on Shop page" options.

    Regards,
    PenciDesign.


  •  11
    LillaGreen replied

    Thank you!