Border on tables?

Discussion in 'RoadFighter WordPress Theme' started by alclark2, Oct 16, 2013.

  1. alclark2

    alclark2 New Member

    Joined:
    May 9, 2013
    Messages:
    11
    Likes Received:
    0
    Hello,

    When I put a table into the site, it shows a thin border even if I set the border to "0" in the table settings. Is there a automatic border that I can turn off using the styling options?

    I have a table for the social media stuff and a table for the testimonials at the bottom. Both on the front page.

    http://www.greengenes.net/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    td, th {
    border: none!important;
    }
     

Share This Page