Solved

Double contact details in footer

ThomasD1
Tourist
3 0 0

Hi,

In the Narrative theme, when adding contact details in the footer, they appear double. Somewhere there is a mistake in the code, but I'm unable to find out where. 

 

Schermafbeelding 2021-02-17 om 11.20.36.pngSchermafbeelding 2021-02-17 om 11.20.53.png

 

Does anybody know how I can fix this?

 

Thanks in advance!

Accepted Solution (1)
ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid


.flex-footer__item.flex-footer__item--menu:nth-of-type(2) {
display:none!important;
}
li.site-footer__linklist-item.h6 {
text-align: center!important;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ThomasD1
Tourist
3 0 0

It's https://mypastrybag.nl , the password to enter is 'testen2021' . It's about the 'My Pastry Bag,  Utrechtsestraat 132-2, 1017VT Amsterdam'. part in the Footer. The one on the left, above 'neem contact met ons op!' should be there, the part on the left (the middle of the footer) shouldn't. 

 

Thanks in advance!

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid


.flex-footer__item.flex-footer__item--menu:nth-of-type(2) {
display:none!important;
}
li.site-footer__linklist-item.h6 {
text-align: center!important;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ThomasD1
Tourist
3 0 0

Thanks!