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
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: td { background: none; } Thanks & Regards Gourav Shrivastava