Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kellbasel

    (@kellbasel)

    oops meant to add the code currently using for this table:

    .wp-table-reloaded-id-3 {
    background-color: #ccccb2!important;
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post. Unfortunately, though, I can’t spot a WP-Table Reloaded table in the sidebar of that page (nor in the HTML source of that page) 🙁 Can you please guide me to it more precisely?

    Regards,
    Tobias

    Thread Starter kellbasel

    (@kellbasel)

    i moved it to this page:
    http://www.piedmonthighboosters.org/blog/contact-us/

    before it was in the sidebar so not sure how to direct you there.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, thanks 🙂 Now I can see it.

    The reason why it is still appearing white is that the cells also have a background color that is laying on top of the table, basically.
    You can however set that color to transparent, and will then see your desired table color. Just add

    .wp-table-reloaded-id-3 td {
      background-color: transparent !important;
    }

    to the existing code.

    Regards,
    Tobias

    Thread Starter kellbasel

    (@kellbasel)

    worked thank you!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great! 🙂 Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-Table Reloaded] adding background color’ is closed to new replies.