• Resolved jgeer55

    (@jgeer55)


    Hi Chris,

    Just a quick question (hopefully)

    I would like some help customising the ‘Large Widget’ Style in my Strong Testimonials view.

    I have uploaded Company Logos instead of peoples faces. I have used Adobe Illustrator and saved these logos as transparent PNGs (or Vector type images).

    In some views you get the logo with transparency (no white background) – other views such as the Large Widget the Company logo is completely opaque and you also get a shadow that surrounds the white box.

    I would like to use the ‘Large Widget’ style – it is perfect for my needs. However, I would like to remove opacity of the logo background and remove the shadowing effect on this style. I am unfortunately a complete novice at coding!

    Is there anyway that I can do this. I would like to do this for all of my testimonials. Is there some code I can add to each testimonial to do this?

    Here you can see my problem – https://www.010productions.com/wordpress/

    Hope to hear from you soon,

    Warm regards

    James

    https://www.ads-software.com/plugins/strong-testimonials/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi James,

    Thanks for including the link.

    Here’s some custom CSS to put in the theme’s custom CSS section (if it has one) or a plugin like Simple Custom CSS:

    .strong-view.large-widget .testimonial-image img {
      box-shadow: none;
    }

    The other templates add a white background but the Large Widget does not so I think you’re set.

    Thread Starter jgeer55

    (@jgeer55)

    Hi Chris,

    Absolutely fantastic – thank you so much! Have now added the Custom CCS into the theme and it’s exactly what I was looking for, really appreciate the help!

    One more thing – is there any way to include arrows on the left and right hand sides of the plugin so that someone could click through the testimonials themselves?

    If not, no problem as I imagine this would require a little more coding and would involve reducing the size of the plugin to make room for arrows either side?

    Just thought it was worth the ask ??

    Great plugin and brilliant support – Thanks Chris

    James

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks James, I truly appreciate that.

    Navigation arrows are on the to-do list but I’m not sure when I’ll get to it.

    Thread Starter jgeer55

    (@jgeer55)

    OK – no problem!

    Many thanks

    James

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customising view > -Shadows, -Image background’ is closed to new replies.