• Resolved mopsahl

    (@mopsahl)


    Tobias,
    For some reason, recently my table header font color changed even though specified in the plug-in options section. It previous behaved properly and the other customizations work.

    Here is a link to a screenshot of a table. http://www.screencast.com/t/Yzg2MTk2Zm

    The header font should be ffffff. I think that it must be using one of the blog template header colors but I cannot figure out which one.

    Any thoughts?

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

    (@tobiasbg)

    Hi,

    you probably have some “Custom CSS” like

    .wp-table-reloaded th {
      background-color: #ffffff;
    }

    If you change that to

    .wp-table-reloaded th {
      background-color: #ffffff!important;
    }

    (note the !important), the background should be white.
    If not, please provide the URL to the page with your table.

    Best wishes,
    Tobias

    Thread Starter mopsahl

    (@mopsahl)

    That did it. Many thanks. Great customer service too!
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Table Reloaded] My Table Header Font Color is not as specified in the Plugin CSS’ is closed to new replies.