worked! It got rid of the gray background too, but we can live with that.
Thanks
It was on desktop too. The code below did the trick.
If the issue is also happening on desktop view, remove the css media query.
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
opacity: 0;
}
Thanks!
worked perfectly, i went with -20px for good measure.
Did not need to do the following:
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Thanks!
I was able to fix this i believe. i used the following:
.product_meta{
display:none!important;
}
Hi Rikard,
Thanks for your help. i had to add !important; however it only fixed the country and state fields. City and Zipcode still show as an overlay.