Hello I have a weird problem,
In my checkout page where people can enter their address. The address name label is missing and I can find it when I inspect it in Chrome.
And ideas how can i fix this?
Here is a screenshot of the page and you can see the address label does exist.
For some reason the image is not displayed here. so here is a link:
Hi @sahandsigm749e
Try to override below html file with in your custom theme :
vendor/magento/module-checkout/view/frontend/web/template/shipping.html
Edit your title from this html and run below commands:
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento c:f
It may help you to resolve your issue.
If issue resolve, please click on 'Kudos' & Accept as Solution!