Site logo

Archived topic

color the left column table

5 replies · Started by steven on July 28, 2022

Viewing posts 1–6 of 6

Hi there ,

I have several tables in an article each time with only two columns. I just want to color the left column. What css can I use?

Example of an image table :

https://ibb.co/mtNmBPc

Thanks you

Hi there,

you can do this:

.wp-block-table.first-col-color tr td:first-child {
    background-color: #f00;
}

And give the table a CSS class of first-col-color

Thanks you David, it's working.

Glad to hear that!

This archived topic is closed to new replies.