• Resolved Afsori

    (@afsori)


    Hi Tobias,

    How can I make background color for first column, I tried this but didn’t work,

    .tablepress-id-1 .column-1 td {
    	background-color: #ff0000;
    }

    also my header has a own color, I don’t want to change the color of the first position of the header,
    ======


    just change – colors, 🙂

    thanks,

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The .column-... classes are the td elements already, so this has to be left off. Also, to not influence the header row, we can concentrate us on the table body. Please try this:

    .tablepress-id-1 tbody .column-1 {
    	background-color: #ff0000;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘First column color’ is closed to new replies.