在Drupal6主题中隐藏搜索表单标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Drupal6主题中隐藏搜索表单标签相关的知识,希望对你有一定的参考价值。

  1. /* place this code within the style.css file in your Drupal theme */
  2.  
  3. #search-block-form label { /* hides the search form label */
  4. display: none;
  5. }

以上是关于在Drupal6主题中隐藏搜索表单标签的主要内容,如果未能解决你的问题,请参考以下文章

在Drupal6中自定义块搜索表单

Drupal 6 中的自定义搜索表单:视图/面板还是自定义 sql?

Drupal6自定义内容类型页面主题

主题主要链接Drupal6.x添加跨距和有用的ID

Drupal:Drupal6 意见:过滤器限制

如何修改drupal搜索模板?