Table Borders in Colorway still visible

Discussion in 'ColorWay WordPress Theme' started by tekkentim, Jan 18, 2013.

  1. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
  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:
    .content-info {
    border-bottom: none;
    }
    .sidebar {
    border-left: none;
    }
     

Share This Page