remove table border from Yoko theme
-
Hi, I’m trying to remove the border from the yoko theme. I’m having no luck.
I found this to insert in the custom csss when searching online but it didn’t change anything:
/* overwrite tablepress’s CSS */
#content .tablepress tbody td, #content .tablepress tfoot th {
border: 0;
}The draft page can be seen here:
https://geezergallery.wordpress.com/?page_id=428&preview=trueAny ideas?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hey there,
Try the following in your CSS:
#page { margin: 0px 0px; margin-top: none; margin-right: none; margin-bottom: none; margin-left: none; max-width: none; }Cheers,
-
Thanks for trying but…maybe I wasn’t clear. This is just for a table. Not the whole page.
Anyone else any ideas?
-
Hi @summerkaplancomcastnet, it looks like you have gotten this taken care of. If not, please let me know.
- The topic ‘remove table border from Yoko theme’ is closed to new replies.