Modifying Search Results Page in Pro?

I gather this can’t be done? If so, it really should be added as a feature…

I just need to change:

  1. The template type to: Blank - No Container | Header, Footer
  2. The size of the titles of the search results which I’m assuming I can do with the entry-header, entry-title elements?

cheers,
shane

Hi Shane,

Thank you for writing in, yes you need customazation to create a customize search page, follow this link for more details.

Though, those 2 requests you have might be just doable with Custom CSS.

  1. Please add this to Theme Options > CSS
body.search-results .x-sidebar {display: none;}
body.search-results {padding-right: 0;}
body.search-results.x-content-sidebar-active .x-navbar-fixed-top {right: 0;}
  1. Please add this to Theme Options > CSS as well.
body.search-results .entry-header h2.entry-title {
	font-size: 250%;
}

Feel free to adjust the 250% value.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.