最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Remove gray header on Search Result page on Wordpress

programmeradmin1浏览0评论

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 1
Add a comment  | 

2 Answers 2

Reset to default 0

Put 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;
}
发布评论

评论列表(0)

  1. 暂无评论