• Resolved robertjm

    (@robertjm)


    I’ve got several tables set up, which are wrapped by the Strong Testimonial plug-in.

    If there is only one row, then the gradient doesn’t bother me. However, when there is two, or more, rows, the top row is nearly transparent, and matching the normal page background.

    Is this within Strong Testimonials, or within the main theme itself?

    If it is withing Strong Testimonials, where is it set so I can modify it with a new class? I suppose I could break the multi-row tables into individual tables. But, that’d be a bit of a pain.

    Here’s a link to the page in question.

    (Ignore the oddball photo sizes. It’s a work in progress 🙂 )
    Thanks

    Robert

    https://wordpress.org/plugins/strong-testimonials/

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

    (@cdillon27)

    I replied on the TablePress thread.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    To remove the gradient, add this to your theme’s stylesheet or custom CSS function, or with a plugin like Simple Custom CSS:

    .testimonial .inner {
      background: none;
    }

    Thread Starter robertjm

    (@robertjm)

    Thanks! That revolved the problem. I hadn’t seen the second response with the code when I posted this query.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Yep, I jumped the gun. Just curious, did you try any staff listing plugins first? Should I fork Strong Testimonials into Strong Staff Profiles? 🙂

    Thread Starter robertjm

    (@robertjm)

    Truthfully, I hadn’t. The company CEO liked the look of the testimonials, so asked that they look the same. I just figured I would make due with the plug-ins I already had installed, and didn’t even think to look for something more specific.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Odd gradient appearence within testimonials’ is closed to new replies.