tables no border no background color

Discussion in 'Cloriato WordPress Theme' started by belectric, May 21, 2014.

  1. belectric

    belectric New Member

    Joined:
    Feb 7, 2013
    Messages:
    13
    Likes Received:
    0
    Location:
    Escondido, California
    Hi,

    I have pasted the code below into Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    td, th {
    border: none!important;
    }
    Code:
    .home_text table tbody tr td {
    background: white ! important;
    }

    But I still have a background color - I do not want it to look like a table just a row of information. This is the page I am trying to change.

    http://www.baker-electric.com/projects-experience/

    Any suggestions?

    Thank you. Paula
     
  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 {
    background: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page