Hello!
I am interesting to remove the line shown in the image below of pickup location, and also to not display 2 times the same address in the block below.
Thanks in advance!
Hello!
I am interesting to remove the line shown in the image below of pickup location, and also to not display 2 times the same address in the block below.
Thanks in advance!
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
hairworkshop.gr
Hi @mpatsi ,
This is Henry at PageFly - Shopify Advanced Page Builder app.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Henry | PageFly
Hi @mpatsi ,
I understand that you want to to remove the line shown in the image and also to not display 2 times the same address in the block below.
._1fragemaf._1fragem1b._1mrl40q2._1fragem1z._1fragem2g._1fragem2._1fragem6._1fragem38._1fragem3c._16s97g73._16s97g75._16s97g7b._16s97g7d {
display: none;
}
address._19gi7yt0._19gi7ytc._1fragem1i {
display: none;
}
Result:
I hope it help.