Drupal - Format Style Tweaks

in

To remove "More information about formatting options" link from the node submission form, go to "admin/user/permissions" and in the "better formats" section uncheck the "show format tips" and "show more format tips link" options. Alternatively inject the following CSS:

  1. .wysiwyg ul.tips { display: none }
  2. .wysiwyg + p a[href{{eq}}"/filter/tips"] {display: none }
  3. ul.tips { display: none }
  4. p a[href="/filter/tips"] { display: none }

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.