Hi,
I inserted MCE tables plugin and set it up with white borders but de theme is showing a grey line. No matter what I try it stays grey. How can I remove the grey line?
http://www.polderij.nl/wp_test/?page_id=268
Hi Gerry
Once try this Go to dashboard -> theme-option-> custom css and add this following code
#access ul li ul { border-top:4px solid #3C5691; }
Regards Sunil
Thank you but it didn’t work. But don’t worry I think I found the right code.
.entry-content td, .comment-content td { border-top: 1px solid #fff; }
Ok thats great