Remove About us section in the Header

My shop is connected to my WordPress site using the plugin. Is there any way to remove the About us section? I just want to feature the store.

Can you post your website URL so we can have a look? You want it deactivated from the footer and header or just your start page?

Sure, it’s socreative.graphics and socreative.graphics/shop.

I didn’t need an About me section on the shop page (see attachment).

You can add this to your Advanced CSS Settings (the last box on the left)

.SprdMain .sprd-department-filter__openmenu > .sprd-nav-link {
	display: none;
}
1 Like

Awesome! Thank you. Sorry for the delayed response.

1 Like