Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #254426
    cindirice
    Participant

    How can I remove the white line that appears above each table row? You can see what I’ve done here:http://firebornmedia.com/team/. I don’t want any outlines or borders on my tables. How can I get rid of that?

    #254537
    Christian
    Moderator

    Hey Cindi,

    Please add the code below in your Appearance > Customize > Custom > CSS

    table th, table td {
      border-top: 0;
    }

    Hope that helps. 🙂

    #255202
    cindirice
    Participant

    Perfect! Thank you!!!

    #255212
    Nico
    Moderator

    You’re most welcome.

    Let us know if you need anything else.

    Thanks. Have a great day! 🙂

    #365648
    vaughnmercury
    Participant

    Hi, I’d like to do this, but instead just move the border to the bottom or each row.

    #365855
    Christopher
    Moderator

    Hi there,

    Please provide us with exact URL of page where you want this border.

    Thanks.

    #791643
    Leanna
    Participant

    worked for me too, awesome!

    #792159
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-254426 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>