• Resolved pifvouchers

    (@pifvouchers)


    }

    .tablepress thead td {
    font-family: Tahoma;
    font-size: 8px;
    color: #ff0000;
    }

    .tablepress tbody td {
    font-family: Tahoma;
    font-size: 14px;
    color: #ff0000;
    }
    @media screen and (max-width:768px) {
    .tablepress tbody td {
    font-family: Tahoma;
    font-size: 12px;
    }
    }@media screen and (max-width:768px) {
    .tablepress thead td {
    font-family: Tahoma;
    font-size: 8px;
    }

    }

    I also want to change the font size in specific rows . How do I do that please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To change the font size in individual rows, you can combine this with the approach from https://tablepress.org/faq/change-background-color-of-a-row/
    So, instead of using the CSS code for color changes there, you would insert that for the font-size, just as you are doing in the first part of your CSS already (for all rows at once).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘changing text size in heading, body and mobile’ is closed to new replies.