2012年3月15日 星期四

[How-to] Hide Text format selection in comment area


This article teaches you how to hide the Text format area selection on "Comment" field in Drupal 7.
It also applies to other Filtered HTML textarea in Drupal 7.

Solution:
Add the following style to the css file

.filter-wrapper {    display: none; }


沒有留言:

張貼留言