I am a newbie to Drupal building my first Drupal site and I am so glad I found this theme - this is exactly what I need for my project. Thank you very much Pixture for creating it!
I am having a small problem with tables. I need a borderless table in a node, and no matter what I do, I always get a table with a thin border. I am using CKE Editor, in table properties I have border - 0, also in page html there is border="0", but still the border appears in the browser. Is there a way to achieve a borderless table?

Comments

pixture’s picture

You can override the table border by setting border width and style at the table, tr, td tag. Actually, easiest way to change all table borderless is to make the table border color same as the node background color. Thus, all table borders are invisible. The other way to modify the theme's style.css file (sites/all/themes/mayo/css/style.css). Edit this style.css and change the table border width to 0 (do not forget to change the border width of tr, td, th elements too).

Besides, coming new version of MAYO (1.2) changes the table style to all borderless.

voyager-1’s picture

Thanks for the quick answer, pixture. I edited the css file and it works great.

mermentau’s picture

Status: Active » Closed (fixed)

Tidying up open issues.