Venue Theme mobile menu — how to remove address and number?

On bottom of navigation, how do I remove ‘Contact’ Section?

1 Like

@PonchoPunch

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

http://drink-pure-kick.myshopify.com

I just want to remove ‘Contact’, phone number, and address.

1 Like

@PonchoPunch

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-critical.css ->paste below code at the bottom of the file.
.mobile-footer__contact h4.mobile-footer__title, .mobile-footer__contact h4.mobile-footer__title + p {
    display: none;
}