输入类型文本属性值,使用外部css使其为空

时间:2015-03-09 12:55:11

标签: html css wordpress

我已将HTML模板集成到wordpress主题中。现在,对于搜索框,我不希望显示值属性。但默认情况下,wordpress的搜索框会显示该值属性。

我的搜索框(Wordpress)编码如下所示。它位于header.php文件中

<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
        <div id="widget-area" class="widget-area" role="complementary">
            <?php dynamic_sidebar( 'sidebar-1' ); ?>
        </div><!-- .widget-area -->
    <?php endif; ?>

从上面编码,使用该值属性生成搜索框。如何使用外部CSS使其空白。提前谢谢。

0 个答案:

没有答案