Hide table caption

Posted in: Newspaper
Post count: 109

Hi!

I’m using a table without a caption. However, if I leave the caption field empty a line gets added.

See here: https://ibb.co/0ZF7gxF

I think the line gets added because of the caption. How can I delete the line? Can I somehow hide the table caption with CSS?

Thanks!
Maaike

Post count: 27744

Hello,

To hide the space for a caption you need to use this custom code css ->
.td-post-content table
{
margin-bottom: 0px;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 109

Hmm, let’s see.

It does delete the extra space, but not the line itself.

See here: https://www.fuckdiestudieschuld.nl/nieuwe-basisbeurs-hoeveel/

Can I delete the actual line too?

Thanks!
Maaike

Post count: 27744

Hello,

To remove the border you need to use this code

.wp-block-table.is-style-stripes
{
border-bottom: 0px;
}

Thank you!

Post count: 109

Ah, yes, that’s the one.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.