CSS 隐藏Drupal 6主题中的搜索表单标签

Posted

tags:

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

/* place this code within the style.css file in your Drupal theme */

#search-block-form label {  /* hides the search form label */
  display: none;
}

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

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

Drupal 自定义 HTML 搜索表单

drupal:表单 API,根据输入动态隐藏或显示字段

PHP 摆脱drupal主题函数中的表单元素

PHP 在Drupal 6中自定义块搜索表单

去除drupal主题函数中的表单元素