• Resolved robertjm

    (@robertjm)


    I’ve got several tables set up; stacked vertically.

    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.

    I’m presuming this is set up somewhere within TablePress?

    If so, 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/tablepress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The gradient in those “boxes” (into which you have inserted tables) is actually coming from your theme and not from TablePress, i.e. the theme is adding a gradient background to each “testimonial” box.
    The tables themselves are transparent on this page.

    Regards,
    Tobias

    Thread Starter robertjm

    (@robertjm)

    My bad. I think I should have posted that to the Strong Testimonials forum, rather than TablePress. I threw an ugly color on the table background, and see it’s not the same area I was talking about. 🙁

    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!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that looks like a great solution. Thanks, Chris!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tablepress background gradient?’ is closed to new replies.