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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter spavli2

    (@spavli2)

    Link:
    http://goo.gl/Lxm27d

    “VELIKA TELOVADNICA” whould have png image as background.

    img link: http://goo.gl/mz1yQ8

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! The problem basically is that the rows and cells also have a background color, by the theme. To remove that, please add this “Custom CSS”:

    .tablepress-id-3 tr,
    .tablepress-id-3 td {
        background: 0;
    }

    Regards,
    Tobias

    Thread Starter spavli2

    (@spavli2)

    Thanks it works!

    Thanks for very quick support & solution!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom css- Background image’ is closed to new replies.