HELP NEEDED! Testimonial Section Image Background? Any Help Will Be Tremendously Appreciated!

Topic summary

A user seeks help adding background images to individual testimonial items on their Shopify store (Motion theme). They want each testimonial to have its own background image that adjusts to the testimonial’s sizing, rather than applying one image to the entire section.

Solution Provided:

  • Upload the desired image to the theme’s Asset folder
  • Navigate to: Online Store → Theme → Edit code
  • Open Asset/theme.css
  • Add CSS code at the bottom targeting .testimonials-section with background properties (url, no-repeat, cover, center)

The original poster confirmed the solution works perfectly.

Follow-up Discussion:
Another user (paharganj) joined seeking similar help for adding a background image to the “Talk about Your Brand” section on their Dawn theme store. They mentioned difficulty adding images through the Custom CSS section and requested detailed instructions for applying individual images to different sections. The conversation remains ongoing as they await a response.

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

Hi Shopify Community,

I am looking to add a background image onto the testimonials section on my website. I was wondering if anyone knew how and could provide me code + instructions on how to do so. I would really appreciate it!

Here is the image of the section I am mentioning. I am looking to add individual images to each testimonial, not the entire section background. If possible, I am looking for the images uploaded to be able to adjust to the sizing of the testimonials. Really will appreciate any help given, thank you in advance!

Store URL:

zurainelx.myshopify.com

Store Password:

ilyaga

Store Theme:

Motion

1 Like

@TumaDor

yes please try this code

first, upload your image to the assent folder

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste the below code at the bottom of the file.
.testimonials-section {
background: url({{ 'testi-right.png' | asset_url }});
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

Thank you, the code works perfectly!

Can you please tell about Dawn theme?

1 Like

@paharganj

oh sorry for that issue can you please share store url

https://1a20e2-4.myshopify.com/

1 Like

Thanks but which section do you want customization

“Talk about Your Brand” Section on the website

I am looking to add a background image onto the “Talk About Brand” section on my website. I was wondering if you can explain and could provide me code + instructions on how to do so. I would really appreciate it!

I am looking to add individual images to each other sections aswell so a longer explanation would be better.

I am not able to add images to all the sections through the Custom CSS section.

Really will appreciate any help given, thank you in advance!

I would love a reply from you.