【发布时间】:2020-10-20 14:52:34
【问题描述】:
我在使用 Safari 浏览器时遇到问题,尤其是移动 iphone。
这就是搜索图标的样子
我想从搜索图标中删除灰色背景。我尝试了usi fa图标,尝试使用png,仍然一样。这只发生在 Safari 中。
这是我的 searchform.php 代码
<form role="search" method="get" style="height: 33px;" class="search-form" action="<?php echo esc_url( home_url( '/' ) ) ?>">
<label>
<span class="screen-reader-text"><?php _x( 'Search for:', 'label' )?></span>
<input type="search" class="search-field yith-s" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder' ) ?>" value="<?php echo get_search_query() ?>" name="s" />
</label>
<a href="#" type="submit"><img width="18" src="<?php echo get_stylesheet_directory_uri(); ?>/img/search.png"></a>
</form>
【问题讨论】:
-
请张贴图片图标的网址或创建minimal reproducible example。这似乎是搜索图像本身的问题。使用的 png 是否具有透明背景?搜索图标旁边的
cart和profile图标看起来不错。尝试匹配它们,看看有什么不同。 -
您能否至少提供示例或给我们一个现场站点,我们可以尝试修复它?
标签: html css safari cross-browser mobile-safari