• i want to style all the rows vertically and i have tried a lot but got nothing. I want to style entire first row vertically. This IMAGE will explain further. please help me out with this. And i am using easy table plugin for this. But i am not able to figure out how to style the rows vertically. i hope you understand.

    http://wordpress.org/plugins/easy-table/

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

    (@takien)

    Sorry if, at this time, Easy Table styling is a pain for some users.
    But it’s not impossible, You have to add/edit your style.css of your theme manually. Add this line:

    table.easy-table tr td:first-child {
      font-weight:bold;
    }

    it will chage first column text to bold.

Viewing 1 replies (of 1 total)
  • The topic ‘styling the entire first rows vertically.’ is closed to new replies.