• Resolved zziolu

    (@zziolu)


    Hi Tobias,
    I’m an hard user of your plugin and i’ve already proudly made a donation…

    Following your tips found in FAQS and in this forum, i’ve tryed to add a background to a specific table, writing Custom CSS in the following way:

    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST tr,
    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST tbody td,
    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST thead th {
    background-color: 0;
    }

    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST {
    background: url(http://virtualtenniscup.com/wp-content/uploads/2015/11/tennis-player-health-concerns.jpg);
    background-size: 100% 100%;
    }

    but it doesn’t work!

    As you sayd in other posts, I think the problem is that Intuition WP Theme set a default white background… I tried to change it in 0 but no success! I don’t know how to remove it.

    please help me,

    – page website: http://virtualtenniscup.com/categoria-pro-mi-east-winter-2016/

    – the table is the one under the title Tabellone Play Off

    thanks a lot
    Luca

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also, sorry for the long wait for a reply. As a I was on a long vacation without internet access the last couple weeks, I could not reply earlier.

    From what I can see, something like this should work:

    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST {
      background: url('http://virtualtenniscup.com/wp-content/uploads/2015/11/tennis-player-health-concerns.jpg') top left no-repeat #333;
      background-size: 100% 100%;
    }

    Removing the background from the other selectors is not necessary, except that you will also have to remove the background color for the .tablepress tbody that you are setting.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘table background-image’ is closed to new replies.