• Resolved rpmonteiro

    (@rpmonteiro)


    Hi there!

    I have this table with 3 rows and 3 lines (3×3) and I have 9 images.

    I already have CSS code to remove all borders:

    .wp-table-reloaded {
    border-spacing: 0;
    }
    .wp-table-reloaded td {
    border: 0;
    }

    But I still has a white color background which I would like to remove so I can integrate seamlessly with the theme!
    I have searched everywhere but I can«t seem to find a solution.
    Does anyone has an idea?

    Thank you very much!

    P.S – I’ve tried to find Tobias’s email (plugin developer) so I can contact him but with no success. hopefully he’ll see this thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rpmonteiro

    (@rpmonteiro)

    bump? anyone? :/

    Hi,

    can you please post the URL to the page with the table?
    That way, I can take a direct look at it and find out the necessary CSS code changes.

    Regards,
    Tobias

    Thread Starter rpmonteiro

    (@rpmonteiro)

    Sure thing Tobias

    url: http://filmebom.net

    It’s the table with 9 images. there is no way you can’t miss it!

    Thank you very much in advance

    Thread Starter rpmonteiro

    (@rpmonteiro)

    Have u seen in Tobias?

    Hi,

    thanks for the link.

    To remove all background colors from the table, please try adding the following CSS. This will then result in the current background of the page being used.

    .wp-table-reloaded,
    .wp-table-reloaded tr,
    .wp-table-reloaded tr:hover,
    .wp-table-reloaded td,
    .wp-table-reloaded th {
      background: transparent!important;
    }

    Best wishes,
    Tobias

    Thread Starter rpmonteiro

    (@rpmonteiro)

    Thank you!

    It worked like a charm.

    Fantastic work Mr.Tobias.

    Best wishes to you 🙂

    Hi,

    very nice! Thanks for the confirmation!

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP-Table-Reloaded] How to add background image’ is closed to new replies.