How can i remove this box?

Topic summary

A user sought help removing an unwanted box element from their Shopify store header.

A solution was provided involving custom CSS:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert CSS code above the tag to hide the element

The CSS snippet targets a specific selector to display:none the problematic box. The user confirmed the solution worked successfully.

Status: Resolved. The visual element was successfully removed using the provided CSS modification.

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

Hi, how can i remove this?:

thank you

url: https://ba571d-cc.myshopify.com

dawn 15.0.

Hi @store095

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

2 Likes

Its working. Thank you :slightly_smiling_face:

1 Like

Youre welcome. Have a nice day!

1 Like