Forums

WP-Table Reloaded ... yet another font size question (3 posts)

  1. bizwizkid
    Member
    Posted 8 months ago #

    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 http://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

  2. bizwizkid
    Member
    Posted 8 months ago #

    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 :)

  3. TobiasBg
    Member
    Posted 8 months ago #

    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

Reply

You must log in to post.

About this Topic