Background cellule
-
Hello,
I search to personnalize cell in many tables with 4 backgound colors.
1) I personnalized the css like this :
.tablepress-id-2 .row-2 .column-1 {
background-color: #ff0000;
}.tablepress-id-2 .row-2 .column-2 {
background-color: #ff9900;
}.tablepress-id-2 .row-2 .column-4 {
background-color: #ffcc00;
}.tablepress-id-2 .row-2 .column-6 {
background-color: #349800;
}Color is good in specific cell
3) Single Cell Shortcode Content
After installation and activation
I had insert the following shortcodes :
[table-cell id=2 row=2 column=1 /]
[table-cell id=2 row=2 column=2 /]
[table-cell id=2 row=2 column=4 /]
[table-cell id=2 row=2 column=6 /]But nothing happen. Something is wrong ?
Thanks in advance to help me.
- The topic ‘Background cellule’ is closed to new replies.