- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
03:45 AM
06-18-2020
03:45 AM
Address label tag hidden under the address textfield
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:
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
08:12 PM
06-18-2020
08:12 PM
Re: Address label tag hidden under the address textfield
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!
Problem solved? Click Accept as Solution!