Tagged: 

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

    Hello,
    I was looking for a Quick CSS code to change font size for all content in tabular tables, but I can only find for Pricing Table and not for Tabular data.
    I have enable the Custom CSS field.

    Anyone who can help with this small problem?

    #556557

    Hi oestergaardn!

    can you provide us a precise link showing the elements in question please? because we need to be able to inspect them.

    Regards,
    Andy

    #556594

    Hello Andy,

    Off cause (added in private content)

    #557322

    Hi!

    Please use this:

    .avia-data-table tr td {
        font-size: 12px;
    }
    
    .avia-data-table tr th {
        font-size: 15px;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.