Customize the search Result Page

Hello dear Supporter,

I can adapt the layout of the search page a little to the rest of the pages.

  1. I would like to adjust the following
  2. No page title
  3. A full background bid and before the link with the search result are to be " found on "

For a better understanding I have created a graphic.

Can these adjustments be realized?

With best regards Matthias

Hey Matthias,

That could be done with some CSS. Please give us the URL of your search page and like to the image you’d like to use.

Thanks.

Hi There,

shure, here the link:

http://www.roadeagle-arnsdorf.de/meute/?s=uwe

With best regards Matthias

Hi There,

Thank you for the URL, please add this on X > Launch > Theme Options > CSS

/*styling for the search result page*/
.search-results .x-header-landmark {
	display: none;
}

body.search-results {
	background-image: url(BACKGROUND IMAGE URL HERE);
	background-position: center;
	background-size: cover;
}

body.search-results .entry-header .entry-title:before {
	content: "Found On: ";
	background-color: transparent;
}

Replace the BACKGROUND IMAGE URL HERE with your actual background image URL.

Hope it helps,
Cheers!

Dear Support,

thanks for this solution, it works fine.

Tanks and best regards Matthias

You’re welcome Matthias. :slight_smile:

Dear Support,

i have a new problem with the search, how can i change the same in the sarch error page?

http://www.roadeagle-arnsdorf.de/meute/?s=sucheinstellungen

With best regards Matthias

In the previously given code, change this .search-results to this .search

Thanks.

Dear support,

This works, too, but the revolution slider is missing

With best regards Matthias

Hi Matthias,

How are you adding your revslider in your search results page?

Would you mind providing your wordpress admin login in Secure Note so we can take a closer look.

Thanks

Hi there,

Thanks for the credentials, but I couldn’t find how the slider is added to your search result page. It must be added to 404 page too since the empty search result display the 404 page. Would you mind providing your FTP login credentials as well? Maybe it’s in the custom templates.

Thanks!