• Hi, I love this theme but it did something to my testimonials …
    They now have a black background, use to be light gray and the images are gone. Any help? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter rebekahjsimpson

    (@rebekahjsimpson)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonials Widget Not Showing Image’ is closed to new replies.