Product search results page
Hi, I'm trying to customize the product search results page.
Here an example: https://demo8.esoul.it/?s=mozzarella&mfn_livesearch&searchpage
I'm using the Search Template. I'd like to hide the subheader and content top padding, but even though I enable it in the page settings (see screenshot), it doesn't work.
Why?
Comments
Hi,
Thanks for reporting. I have reproduced this issue and passed it on to the dev team.
We will take a look at this and correct it in the upcoming updates.
For now, please use the following CSS code:
.search-results #Subheader{ display: none; } .search-results #Content{ padding-top: 0!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Thanks perfect, I also suggest for the next updates to extend the possibility in this template to customize the image not only in height but also with Border, Border radius etc. thanks.