Skip to main content
Solved

Featured review carousel background will not change

  • March 11, 2025
  • 6 replies
  • 101 views

Forum|alt.badge.img

I added a feature review carousel to my homepage but the background is white. When I go to settings and change the background style, the background color is not covering the entire section, but only a small block around the cards. So now theres a white section on my homepage. How can I change this? I use Shopify.

 

Thank you in advance.

Mieke

Best answer by danielmartinhq

I had a similar issue on a WordPress site a few months back—added a review carousel to the homepage and no matter what I changed in the settings, the white background just wouldn’t go away completely.

Turned out the carousel was inside a container with its own styling, and I had to tweak the CSS for that parent element too. If anyone else runs into this, try inspecting the section using browser dev tools and see which div is controlling the background.

Also, make sure you’re not just changing the background for the carousel itself, but for the whole section it’s inside. In my case, adding a background-color and making sure padding/margins were set correctly in the customizer fixed it.

6 replies

Forum|alt.badge.img
  • Contributor IV
  • 13 replies
  • March 12, 2025

This could be due to padding or margin settings in your theme. Try adjusting the section background color in your Shopify theme editor instead of just the carousel settings. If that doesn’t work, add custom CSS to set the background color for the entire section.


Byrne C
Community Manager
Forum|alt.badge.img+27
  • Community Manager
  • 561 replies
  • March 17, 2025

Hi ​@Mieke S. 

Did you manage to figure this out? If so, how did you manage to adjust the color of the carousel? If adjusting the section background color in your Shopify Theme Editor didn’t work, you can adjust the CSS of the carousel, with help from our guide here. Let me know if I can answer any more questions, or if you’re still stuck!

-Byrne


Forum|alt.badge.img
  • Author
  • Contributor I
  • 1 reply
  • March 19, 2025

I finally managed to solve the problem by adjust the CSS of the carousel. Thank you for your help.

 

Mieke


Forum|alt.badge.img+1
  • Problem Solver I
  • 8 replies
  • Answer
  • July 15, 2025

I had a similar issue on a WordPress site a few months back—added a review carousel to the homepage and no matter what I changed in the settings, the white background just wouldn’t go away completely.

Turned out the carousel was inside a container with its own styling, and I had to tweak the CSS for that parent element too. If anyone else runs into this, try inspecting the section using browser dev tools and see which div is controlling the background.

Also, make sure you’re not just changing the background for the carousel itself, but for the whole section it’s inside. In my case, adding a background-color and making sure padding/margins were set correctly in the customizer fixed it.


Forum|alt.badge.img+1
  • Problem Solver I
  • 8 replies
  • August 1, 2025

I faced the same thing on a Scarlet iOS, the background issue didn’t resolve until I checked the parent container’s CSS. Turns out the inner section was overriding everything — adjusting that finally fixed it.


  • Contributor I
  • 2 replies
  • September 18, 2025

Hi new here, trying to tweak the Featured Review Carousel too. Curious: did you clear your browser cache or force refresh after uploading the new background image? Sometimes older assets keep showing if cached.