admin管理员组文章数量:1415137
I'm new here, and new using Wordpress I'm creating a website, and I'm trying to modify my search page layout. (You can get into the website and search something to see)
I'm using the Elementor plugin. But I'm getting an issue when I try to remove a grey colored div, with a search result information on the search page result.
Can you help me please? Sorry for my English is not my native language.
Here on the picture, you can see the header of the search result page, I want to remove this gray div and the information "n Search Results Found
Thank You a lot
I'm new here, and new using Wordpress I'm creating a website, https://www.maispersona and I'm trying to modify my search page layout. (You can get into the website and search something to see)
I'm using the Elementor plugin. But I'm getting an issue when I try to remove a grey colored div, with a search result information on the search page result.
Can you help me please? Sorry for my English is not my native language.
Here on the picture, you can see the header of the search result page, I want to remove this gray div and the information "n Search Results Found
Thank You a lot
Share Improve this question edited Nov 11, 2018 at 21:21 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Nov 11, 2018 at 19:46 Hamilton MateusHamilton Mateus 12 Answers
Reset to default 0Put this css in your style. For Particular page use class "search-results" and you can replace "RED" color with your color. if css not apply then try with "!important" like background-color: red !important;
.search-results .page-header {
background-color: red;
}
If you like replace color with image then you can use css property "background-image".
I had the same problem and a wee mod (see below) was the fix:
.search-results .page-header {
display: none;
}
本文标签: Remove gray header on Search Result page on Wordpress
版权声明:本文标题:Remove gray header on Search Result page on Wordpress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745196933a2647186.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论