Remove text background from banner or reduce it

Topic summary

A user seeks help removing or reducing the white background/border on their store banner at luviera.store.

Multiple solutions provided:

  • Navigate to Online Store → Themes → Edit code
  • Open theme.liquid file
  • Insert custom CSS code before the tag

Several support representatives (Hardik2903, BSS-TekLabs, BSSCommerce-B2B) offered nearly identical solutions with code snippets and screenshots demonstrating the expected results.

Follow-up request:
The original poster asked if the text color could be changed to white instead, prompting BSS-TekLabs to provide an updated code snippet.

Status: The discussion appears ongoing as the user requested a modification to the initial solution. The thread involves technical CSS customization for Shopify theme styling.

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

Hello guys, I wanna remove the white background or reduce the border:

https://luviera.store/

1 Like

@ReviveShop Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

  • Here is the solution for you @ReviveShop
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

@Hardik2903 ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Can you change the text to white for me?

1 Like

1 Like

Can you replace to this code @ReviveShop