Good evening!
I'm trying to complete changing the background color of our Testimonial section on the below link. The banner above has the correct color, I just need to update the white background and black text beneath:
https://www.mobilestairlift.com/
I used the inspector and was able to get the section to update with the below code. But unforunately, after placing the code in stylesheet.css.liquid I'm not having any results.
.testimonials-1520879295280 {
background: #2c3539;
color: white;
}
Any help would be greatly appreciated!
use this :
#shopify-section-1520879295280.testimonials-1520879295280 {
background: #2c3539;
color: white;
}
Shopify theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
Hello chadwicknyc,
There is an image added for testimonial section.
You have to remove that image and make it like above section.
Then apply css for background color change.
@ashiqueh4 I tried this but unfortunately, it didn't work.
@oscprofessional I don't believe there is an image - I just double-checked. I see that the text isn't highlightable (which is a bit weird), but I've attached a screen shot of the editor where the text is placed.
Hello chadwicknyc,
1. See there is an image in your site in below screenshots:
2. Remove this image by using below css:
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->styles.css
li#slide--1520894558202-0 img { display: none; }
3. Add heading as testimonial on setting below picture:
Hello chadwicknyc,
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->styles.css
.testimonial-container.owl-carousel.owl-theme {
background: #2c3539;
color: white;
}
Subject | Author | Posted |
---|---|---|
an hour ago | ||
2 hours ago | ||
2 hours ago | ||
2 hours ago | ||
2 hours ago |