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

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.