Change background color of review App section

Topic summary

Main issue: Change the Loox Product Reviews & Photos app section background to black in a Shopify store.

Key actions and suggestions:

  • A request was made for the store URL/password to diagnose directly.
  • A working fix was provided: add custom CSS in theme.liquid (pasted before ) targeting the reviews section and setting background: #000 !important.
  • Another reply advised inserting code above and shared a screenshot showing the black background (the exact code wasn’t visible in the post).

Outcome:

  • The store owner confirmed the solution worked (“Worked like magic!”), indicating the issue is resolved.

Additional guidance from the app developer (Loox):

  • The background can also be changed via the theme customizer: select the Apps section containing the Loox widget, open theme settings, and adjust via color schemes or add custom CSS there.
  • Support is available via Loox’s support email.

Status: Resolved; no outstanding questions. Screenshots illustrate the result but are not essential to reproduce the fix.

Summarized with AI on December 15. AI used: gpt-5.

Hey guys,

I want to make the background all black. How can I do that? I am using the App Loox Product Reviews & Photos but I can’t change the background color of the App section. Anyone who might help me with codes?

Best regards

Ekrem

1 Like

Hello @ekrembcc
Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello @ekrembcc

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

section#shopify-section-template--23982512537940__17291472134406e197 { background: #000 !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

@ekrembcc ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

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

Best Regards :blush:

1 Like

Worked like magic! :heart_eyes:

Thank you so much!!!

1 Like

Hey @ekrembcc , Sara from Loox here :slightly_smiling_face:

I see that you’ve already found solutions that work for you here, which is awesome!

I wanted to let you know that you can also change the background color of the app section through your theme customizer. It varies depending on your theme, but generally, you would click on the “Apps” section the Loox widget was added to, head into “theme settings,” and either adjust via the native “color schemes” settings or add a custom css rule to the background there.

You can always feel free to reach out to us at the Loox support email listed below- we’re always happy to help!