Hello,
I do have a post where I want to change some layout-details.
Especially:
-
Remove caption from tables
(it produces a spacing that I don’t want) -
Remove all borders from tables
I tried following:
.post-247 td, th {
border-width:0;
}
I doesn’t remove all borders. The table-head borders are still visible.
I don’t know how to adress the caption. I tried to move to section to the top with:
caption-side:top;
but nothing changed. Maybe I adressed it incorrectly.
Could you give me some basic rules how to adress the table correctly?
I tried several approaches. Mainly with chrome console to find the correct names.
After several hours I am a little depressed, I thought it would be easier.
Another question:
Do you suggest to make a individual css class for that specific table design and use it in this post by assigning it to the tables?
Could you reference the best way to do this (if recommended).
As far as I understand it should be implemented into the child theme style.css.
I am pretty sure there will be some resources (but I didn’t found them…)
Thank you for your help!!