Button in a table
-
Hi,
what is the custom CSS to add a basic button to a 4th column of a table with ID ‘1’?I tried the following, but it doesn’t seem to work
.tablepress-id-1 .column-4 a {
border: 1px solid #000000;
white-space: nowrap;
font-size: 12px;
font-weight: bold;
padding: 10px;
border-radius: 10px;
background-color: #ffff00;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Button in a table’ is closed to new replies.