[ad_1]
Where is this table on your page?
@threadi https://9tailedkitsune.com/anime-blogs-that-accept-guest-posts/
The border under the table header is created by a color specification in the theme you are using for this. If you want to get rid of this, add the following under Appeareance > Customizer > Additional CSS:
body .wp-block-table thead {
border: 0;
}Or contact the support forum of your theme:
@threadi I think you misunderstood me, I am not talking about the thick horizontal line after the header but about missing vertical and horizontal separator lines when having Stripes on. These are the lines I want to have in my Stripe table that don’t show up: https://gyazo.com/be3112212c6017f0e44c9f9f856a379d
- This reply was modified 4 hours, 49 minutes ago by misaka1.
- This reply was modified 4 hours, 49 minutes ago by misaka1.
Add this:
body .wp-block-table.is-style-stripes th, body .wp-block-table.is-style-stripes td {
border-color: #eaeaea;
}
Thank you a lot! It worked!
Is this a theme-related thing that they decided to remove these lines?
