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

    (@tobiasbg)

    Hi,

    thanks for your post and sorry for the trouble!

    That CSS code looks fine, so I assume that it’s simply overridden again by some theme CSS.
    To change that, it should be enough to raise the priority of your CSS code, by adding the “!important” keyword, like

    .tablepress-table-name {
      color: #ffffff !important;
    }
    .tablepress-table-description (
      color: #ffffff !important;
    }

    If that doesn’t help, please post the link to the page with your table.

    Regards,
    Tobias

    Thread Starter elvisio1

    (@elvisio1)

    Hi Tobias ??

    Yes this solved the issue!

    .tablepress-table-name {
    color: #ffffff !important;
    }
    .tablepress-table-description {
    color: #ffffff !important;
    }

    Thank you for the fast support! 5 stars !!!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    awesome! Good to hear that this helped ??
    And thanks for the rating, I really appreciate it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Name and Description color’ is closed to new replies.