Hello,
Can you please tell me how to get rid of the automatic table styling? I don’t like how the theme automatically adds a gray background and border. I use tables a lot to design the layout of pages and now my pages look pretty messed up.
I don’t want to mess up the responsiveness of the theme though.
Thanks much.
Hey!
Add this code to the Quick CSS:
table, table * {
border: 0 !important;
background: transparent !important;
}
Cheers!
Josue
and to keep the text inside each row the same colour?
the code above does keeps alternate text colour per row?
Thanks in advance