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;
}