Viewing 1 replies (of 1 total)
  • Plugin Author bobbingwide

    (@bobbingwide)

    yes, that’s a good idea. It is possible to style the table header using CSS but it’s not as easy as it could be.
    e.g.

    table.cookies tbody tr td { font-weight: normal; }
    table.cookies tr td { font-weight: bold; }

    Here we set the cells in the table body to normal font and then set the ‘header’ to bold.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: cookie-cat] Table heading’ is closed to new replies.