Jump to content

tablepress css customisation


Milada

Recommended Posts

Dear all,

 

I have two questions regarding the tablepress css customisation.

I created a table and want to:

1) change the background colour of the first row and the very left column, for that, I have added this code:

 

.tablepress .row-1 {
background-color: #38bcb8;
}
.tablepress column-A {
background-color: #71ede9;
}
2) decrease the size of the fonts in the first row, for that, I have added this code:
.tablepress tbody td {
font-family: Tahoma;
font-size: 12px;
color: #000000;
}
However none of the above codes work properly. What am I doing wrong?
Thank you for your hints.
Milada
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...