Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #297383
    hydedm7
    Participant

    Hello!
    In the users guide:

    • image: display the featured image. (true/false) Defaults to true.

    How can I disable display of featured images for all Testimonials. I would like the left-hand frame where the feature image is reserved for each testimonial deleted.

    Thank you!

    #297411
    Skandha
    Participant

    @hydedm7: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #testimonial-content-section .post-thumbnail {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #297423
    hydedm7
    Participant

    Thanks, Skandha!

    Yes, that removed the featured image frame!

    The auto-adjust of the testimonial height on ‘Full Content’ still works great. But, I’d like to make a few tweaks to the ‘white space’ within the testimonials if possible:

    • Is there a way to remove some of the ‘white space’ in the testimonial frame on the top to bottom? There seems to be an extra line between the ‘yellow quote’ and the top line of the testimonial, and an extra line between the bottom of the testimonial and the navigation arrows.
    • Also, since the featured image is gone, can I get the testimonial text to run all the way across the frame (currently the text runs from the left to the center)?

    Thank you so much,

    David

    #297472
    Skandha
    Participant

    @hydedm7: Hello David,

    Can you please post in your site URL so that I can look into your issues?

    Kind Regards,
    Skandha

    #297534
    hydedm7
    Participant

    Yes, indeed!

    davidmichaelhyde.com

    The testimonials are at the bottom.

    Thank you so much!

    #297559
    Skandha
    Participant

    @hydedm7: Hello David,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #testimonial-content-section .entry-container {
    margin: 0 auto !important;
    width: 100%;
    flex: 0 1 90% !important;
    padding: 45px 56px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #297594
    hydedm7
    Participant

    Perfect, Skandha – thank you!

    #297653
    Skandha
    Participant

    @hydedm7: Hello David,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/euphony/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disabling featured image for Testimonials’ is closed to new replies.