Home › Forums › Jevelin Theme › Change search resuts page
Home › Forums › Jevelin Theme › Change search resuts page
How can I change the page where the search results are displayed. I do not want the footer to be displayed, etc
Hi Daan,
I hope you are well today and thank you for your question.
It is a dynamic page that you can customize by changing search.php template file in the Jevelin child theme.
You can remove the footer on it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.search-results footer.sh-footer { display: none; } .search-results .content-container.sh-page-layout-default { margin-bottom: 0 !important; }
Best regards,
Shufflehound team