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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The code is almost correct, just the comma is wrong. Commas must only be used if there are multiple selectors (i.e. something like

    .tablepress .column-1,
    .tablepress .column-2 {
      font-weight: bold;
    }

    In your case,

    .tablepress .column-1 {
      font-weight: bold;
    }

    is enough.

    Regards,
    Tobias

    Thread Starter BWFitBrit

    (@bwfitbrit)

    Wow, thanks for the fast reply. Worked a charm!

    Would it also be possible to choose a different background colour for the top row? Eg a light red? What coding would be required for something like that?

    Best,

    Brit

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Brit,

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

    Yes, changing the background color of the header row is also possible, for that please see the TablePress FAQ at https://tablepress.org/faq/change-background-color-table-head-row/

    Regards,
    Tobias

    Thread Starter BWFitBrit

    (@bwfitbrit)

    Hi Tobias,

    Great, thanks for your help! All sorted ??

    Best,

    Brit

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, always happy when I can help! ??

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bold not working’ is closed to new replies.