• Resolved pixelrat

    (@pixelrat)


    Hi Tobias,

    I want to make the headers in hidden colums bold.

    I’ve tried using the following code from a previous thread:

    .tablepress thead th {
    font-weight: bold;
    }
    #content .tablepress thead th {
      font-weight: bold;
    }

    Neither of these work.

    The page in question:

    https://sandbox.pixelrat.com/

    Cheers

    Mark

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The data that is visible once you click the + symbol is actually not a table header cell anymore. That’s why your code does not work. Instead, please try adding this:

    .tablepress .row-details-left {
    	font-weight: bold;
    }

    Regards,
    Tobias

    Thread Starter pixelrat

    (@pixelrat)

    Thanks Tobias

    Plugin Author TobiasBg

    (@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 ‘Bold Headers In Hidden Columns’ is closed to new replies.