在Drupal6主题中隐藏搜索表单标签
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Drupal6主题中隐藏搜索表单标签相关的知识,希望对你有一定的参考价值。
/* place this code within the style.css file in your Drupal theme */ #search-block-form label { /* hides the search form label */ display: none; }
以上是关于在Drupal6主题中隐藏搜索表单标签的主要内容,如果未能解决你的问题,请参考以下文章