Table Border visible on the footer

Discussion in 'ColorWay WordPress Theme' started by polcv, Mar 4, 2013.

  1. polcv

    polcv New Member

    Joined:
    Nov 16, 2012
    Messages:
    2
    Likes Received:
    0
    Hello!

    I'm trying to erase the border of one table I added in a widget at the footer. The border is always visible and I can't erase it with html.

    The website is www.toursentailandia.com

    What can I do?

    Btw, what did you use to create this forum? I really like the design of it.

    Thanks in advance.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container .textwidget td, tr {
    border: none;
    }
     
  3. polcv

    polcv New Member

    Joined:
    Nov 16, 2012
    Messages:
    2
    Likes Received:
    0
    I really appreciate your quick answser Gourav.

    It works but still a white line of the table keeps showing on. On the bottom.

    Thanks again,
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-container .textwidget td, tr {
    border: none ! important;
    }
    This will solve your issue.
     

Share This Page