Table font weight and font size not working (using colspan)
-
Hello!
I really love this plugin, it works perfectly!
BUT, I’m having a little problem. I created a table using the colspan tag and I’m trying to change the font weight (to bold) and font size in just some of the rows but I can’t. I tried the !important tag as well just in case, but it doesn’t work. Oh, and I would also like to put center the text in those rows.
I′m sure this is due to my coding ignorance, but, could you please give me a hint?
This is the page where the table is: https://anglo.edu.py/wp/cursos/ciclos/
Here’s the code I wrote:
.tablepress-id-13 tbody .row-3, .tablepress-id-13 tbody .row-7, .tablepress-id-13 tbody .row-11, .tablepress-id-13 tbody .row-15, .tablepress-id-13 tbody .row-19, .tablepress-id-13 tbody .row-23 { background-color: #B6E1E1; text-align: center; font-weight: bold; } --- .tablepress-id-13 tbody .row-4 .tablepress-id-13 tbody .row-8, .tablepress-id-13 tbody .row-12, .tablepress-id-13 tbody .row-16, .tablepress-id-13 tbody .row-20, .tablepress-id-13 tbody .row-24 { font-size: 17px; text-align: center; vertical-align: middle; }
Thank you very much!
Yas
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table font weight and font size not working (using colspan)’ is closed to new replies.