Solved

problem footer menu - unecessary menu item snown

gnaro
Explorer
66 0 17

Hi everyone,

I hope you are all fine!

I am having a problem with one menu item that still stays on the footer menu. 

My website is www.nopineappleonpizza.com, and the unnecessary item is shown below. 

problem shiping policy homepage.PNG

Is there anyone who can help me whit this?

I want to thank anyone who is going to support me. 

 

Cheers

 

 

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You could try adding this code to the bottom of theme.css file.

.site-footer__content .site-footer__item.site-footer__item:nth-child(2) p {
    display: none
}

 

Result:

2021-10-22 13_14_28.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 5 (5)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You could try adding this code to the bottom of theme.css file.

.site-footer__content .site-footer__item.site-footer__item:nth-child(2) p {
    display: none
}

 

Result:

2021-10-22 13_14_28.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
gnaro
Explorer
66 0 17

Under Assets section you mean? 

Nick_Marketing
Shopify Partner
1487 336 462

@gnaroYes, look for theme.css in the assets section.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
gnaro
Explorer
66 0 17

it works, many thanks!

Nick_Marketing
Shopify Partner
1487 336 462

@gnaro  Excellent! Great to hear that the issue has been solved.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).