• Resolved fufimaki

    (@fufimaki)


    Hi,

    I have added additional CSS to change all the background color to white, but is not working, so don’t know if I am missing something.

    .tablepress-id-1 .row-1 {
    background-color: #ffffff;
    }

    Thanks
    Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Due to CSS code in your theme, you need to use this:

    .tablepress-id-1 .row-1 td {
      background-color: #ffffff !important;
    }

    Regards,
    Tobias

    Thread Starter fufimaki

    (@fufimaki)

    Hi,

    Thank you so much.

    Regards

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background Color’ is closed to new replies.