tusansan
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] User CSSProblem was solved!
Full “CSS” has turned out like this:.tablepress-id-2 .column-1 { text-align: center; font-weight: bold; font-size: 14px; color: red; } .tablepress-id-2 .row-1 { font-size: 14px; color: # 000000; } .tablepress-id-2 .row-1 .column-1 { font-size: 14px; color: # 000000; }Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] User CSSI solved the problem by adding color to separate the first cell:
.tablepress-id-2 .column-1 { text-align: center; font-size: 14px; color: red; } .tablepress-id-2 .row-1 { font-size: 14px; color: #000000; } .tablepress-id-2 .row-1 .column-1 { font-size: 14px; color: #000000; }The question is relevant for the selected text:
How to make the first column in bold “<b> </b>”?Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] User CSSHi Tobias!
My first column of the table has a red color. But I need to get the first line was black.
How to do it?
I used the following “CSS”:.tablepress-id-2 .column-1 { color: red; } .tablepress-id-2 .row-1 { color: black; }But the first cell in the table remains red
How to fix it?
Another question:
How to make the first column in bold “<b> </b>”?Thank you!
- This reply was modified 9 years, 7 months ago by tusansan.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress Search results outputThank you Tobias!
I will change the table “.xlsx” I will decide this issue!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress Search results outputHello, Tobias!
I have the wrong table in the format “* .xlsx”.
The table has a combined cell in the first column.
When loading a table on site – merged cells are broken down into individual, and then search on my table is not working properly!Is it possible to work with the search in the table without breaking the merged cells?
What I want to achieve:
1) search using the first and second column, but not to ignore blank lines in the first column
or
2) “find” with merged cellsHow to do it?

Thank you for your hard work!