On bottom of navigation, how do I remove ‘Contact’ Section?
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
I just want to remove ‘Contact’, phone number, and address.
1 Like
yes please try this code
- Go to Online Store->Theme->Edit code
- 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;
}