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
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.