• Resolved Dartmoor Dave

    (@dartmoor-dave)


    Hi Tobias,
    I’ve changed the font and size of the columns in my tables by using Custom CSS in the Plug In Options, but I also want to change the font and size of the table description. How do I do this please?
    Many thanks, Dave.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The table description blocks all have a CSS class that you can use for styling:

    .tablepress-table-description {
      font-size: 14px;
      font-weight: bold;
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter Dartmoor Dave

    (@dartmoor-dave)

    Hi Tobias,
    That changes all of my tables. I seem to be missing the code that specifies a particular table.
    Many thanks,
    Dave

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    to only apply this to individual tables, use

    .tablepress-table-description-id-123 {
    

    Regards,
    Tobias

    Thread Starter Dartmoor Dave

    (@dartmoor-dave)

    Hi Tobias,
    I had got the syntax almost right, but had the id number in the wrong place.
    Many thanks, Dave.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Font of the Table Description’ is closed to new replies.