Hi,
Looks like you put the testimonial content within the blockquote tag which is mean the blockquote tag has black colour as default from the theme.
You can use this CSS code below to change the background colour:
blockquote {
background-color: grey !important;
}
Put the code into Customize > Additional CSS.
Best Regards,
Hello there,
In addition to what Hakim has written, try this code if you want to change the text color. Precede with .hentry class name to target specific inside post/page content.
.hentry blockquote {
background-color: #e7e8e8;
color: #333;
}
I hope this helps.
Regards,
Kharis
aThemes Support
Thank you, that worked great but my images to the left of the quote ate still gone. ANd idea how to get them back? You guys are awesome! Thanks!
Hello @rebekahjsimpson,
You’re welcome!
How did you add an image into blockquote? Let me know, so I can replicate it and be able to suggest solution.
Regards,
Kharis
aThemes Support