• Resolved troyw2015

    (@troyw2015)


    Hey team,
    I have followed your https://strongtestimonials.com/docs/custom-css/ instructions, but sadly it is not working.

    }
    /* remove border */
    .strong-view.default.testimonial-image img {
        border: none;
        padding: 0;
    }

    All I want to do is stop he featured Images on both the Slide Show and everywhere else on the website for that matter, from being round. I want Square images everywhere Strong Testimonials shows them.
    For the Slider I am using Slideshow and Modern Style.

    Please can you advise where I am going wrong?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Hi @troyw2015,

    Thanks for reaching out!
    Please add this code in Appearance > customize > Additional CSS:

    .strong-view .wpmtst-testimonial-image img {
    	border-radius: 0 !important;
    }

    This should fix it!

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘No Borders for image’ is closed to new replies.