• Rather than allowing me to go completely insane can you tell me just how I can change the font size of my 2nd column in my table at https://www.pbtowncouncil.org/business/

    I put this in the custom css field (along with a wide range of variants and have not seen a single change work (font-size-wise):

    .wp-table-reloaded-id-6 td {font-size:18px!important;}

    Thanks much

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bizwizkid

    (@bizwizkid)

    Of course as soon as I contact you I discover the ‘Plugin Options’ link on the top of the plugins page. I entered this in the Front end CSS box and the results are on my site:

    .wp-table-reloaded-id-6 td {
    font-family: Tahoma;
    font-size: 12px;
    color: #1d3c61;
    font-weight: bold;
    width: 50%;
    }

    Just a suggestion because I spent about an hour (seemed longer ?? literally losing it because I was using this code in the ‘Custom CSS Class’ in the Tables Styling Options in the individual db table interface. Perhaps a note there to redirect others to the frontend section?

    Thanks (fantastic plugin ??

    Hi,

    great that you found the correct place ??

    Yes, that other text field is indeed causing a lot of confusion, so I’ll definitely rename it in the next version.

    Best wishes,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP-Table Reloaded … yet another font size question’ is closed to new replies.