Why when I add line item property to a page, the text is duplicated on top of it?
And how to remove it?
Topic summary
A user encountered an issue where line item property text appears duplicated on their product page.
Problem Details:
- The duplication occurs when adding line item properties
- Affects the cart/product page display
- Example visible on their Door Model product page
Solution Provided:
A support representative offered a CSS fix:
- Navigate to Online Store → Theme → Edit Code
- Add the following code to theme.css file:
.floating-label {
display: none;
}
Status: The solution was provided with before/after screenshots demonstrating the fix removes the duplicate text. The user shared their store URL and password for troubleshooting assistance.
Hello, @Daniil_P13
Please share the store URL so that I can assist you.
And password please.
yewyew,
thanks
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Add the code below to the theme.css file.
.floating-label {
display: none;
}
After modification:
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
1 Like

