• Resolved ndar

    (@ndar)


    Hi!

    I have written this CSS code, but it’s not *quite* achieving what I am hoping for. Is there a way to get the code to apply to every row with the exception of row-1 ?

    .tablepress-id-16 .column-1 {
    	font-family: "BenchNine";
    	font-weight: bold;
    	font-size: 17px;
    	color: #B30501;
    }

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ndar

    (@ndar)

    Nevermind. Needed tbody in there. Figured it out. Thanks anyway ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Indeed, using tbody in the CSS here is the proper solution. Good to hear that you already found this!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Styling of Column 1, Excluding Title Row’ is closed to new replies.