Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #792792

    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.

    #792823

    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

    #793111

    Thank you!
    It works perfectly fine :)

    Best regards.

    #793126

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Table column font-size’ is closed to new replies.