Remove borders from table

Discussion in 'ColorWay WordPress Theme' started by almboyd, Feb 3, 2014.

  1. almboyd

    almboyd New Member

    Joined:
    Jan 28, 2014
    Messages:
    10
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

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

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page