Hey there,
I have a table on one of my pages in which I want the first column to be in another font-size. I gave the table a custom CSS class.
Is this possible? I already experimented with a custom CSS but it didn’t work.
.avia-table.avia-data-table.avia-table-1.avia-builder-el-2.el_after_av_heading.avia-builder-el-last.tischtennis-termine.avia_pricing_default.td { font-size: 20px !important; }
I think the fault is in the “td” but I don’t know what else to write.
Can you help me please?
Best regards.
Hey ping-pong,
Try this code in the General Styling > Quick CSS field:
.post-entry-6869 table tr td:nth-child(1) {
font-size: 20px !important;
}
Best regards,
Mike
Thank you!
It works perfectly fine :)
Best regards.