Line item property

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.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Why when I add line item property to a page, the text is duplicated on top of it?
And how to remove it?

Hello, @Daniil_P13

Please share the store URL so that I can assist you.

https://alpadadoors.com/products/door-model-1-32%D1%8581-inch?variant=43295403802824

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