Viewing 4 replies - 1 through 4 (of 4 total)
  • The element
    wp-block-table td
    seems to have a border
    border:1px solid
    It is picking up its colour from the theme.

    Otherwise, looking at the page with the inspector I found

    .wp-block-table table {
      border-collapse: collapse;
    }

    which seems to produce the visible border.

    I hope that helps.

    Thread Starter innerchild

    (@innerchild)

    Thanx @stilman-davis !
    I am a total newbie when it comes to css-editing in wordpress
    I would love to learn how to do this myself.
    I am using inspector and trying to learn but hasnt really got a good grip of it ;(
    Even when a look after wp-block-table I cant find ;(

    Hmm so in custom css I can put

    .Wp-block-table table {
      Border-collapse: collapse;
    }
    

    That didnt work
    Or do you mean I also can putin

    border:0px 
    

    Somewere? If so is that the right syntax to put in to cyustom css?

    • This reply was modified 2 years, 1 month ago by Jan Dembowski. Reason: Converted to sentence case. Don't yell again, all caps is rude

    I think it is the collapse that is giving you the border. But I don’t know how it works exactly.

    Try the different things you think might do the trick in the custom CSS page. You sound as though you have a good idea about it all.

    Thread Starter innerchild

    (@innerchild)

    thanx for answer. we choosed to use tinEMC plugin to get tablefunction in old classic editor instead think it will be ok results and easier to decide looks etc.

    regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove grey horizontal line in table?’ is closed to new replies.