Cannot remove table borders
-
Hello everyone! I need help with styling a table.
I have added the lines below in the style.css of the theme (Clinique), they removed the borders between the trs and tds, but the top,left,right and bottom borders of the table are still there..table1 td, tr {
border: 0px solid #ffff !important;
} -
I found what I need to change, its this line: .entry-content table.
My question is, how do I add class or Id to this and use it? -
Im so dumb, I just added “table1” (this is how I named the class I added for the table) and it worked.
.entry-content table.table1 {
border: 0px solid #ffff !important;
}
- The topic ‘Cannot remove table borders’ is closed to new replies.