Title in Search Results Page
I'm attempting to (vastly) improve the search results page:
I've created a template and assigned it to entire shop - excluding all categories. This DOES then apply to the search results page as desired. (please let me know if there is a better way of achieving this)
However the header area is still enlarged and "x results found for: %search term% is displayed.
How can this behaviour be stopped completely - using the Hifi theme - the search results are screamed at the customer - I'm looking for something a little more subtle !
Basically I'm trying to ensure that the text under Translate --> Search -- "Page title with number of results" is simply not displayed at all - and only my template is applied.
Assistance would really be appreciated - not sure if I've missed something really obvious - I apologize in advance.
I did find one similar post about using a template for search - but I'm not sure what was actually done - although the search page on the site appears to have been modified successfully:
The discussion is here: https://forum.muffingroup.com/betheme/discussion/72054/search-results-page-design (appears to be asking the same question as I am)
Comments
Hi,
This title can be hidden with a custom CSS code.
I can help you write it, but I need a website link.
Best regards
I'd really appreciate that - where do I send the site details ? ([email protected])
Try this CSS code:
If it will not work, please send a link privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact.
Notice!
Please attach a link to this forum discussion.
Thanks
I received your private message, but there is no title in the search results page, and I see that the CSS I sent you works.
Do you still need help with that or something else?
Best regards
Thanks a stack for the excellent support.
The following code which you sent me privately worked perfectly - posting as potential solution for others:
.search #Subheader {
display: none;
}