- This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Educollege Pro › Search results page
How can I modify the search results page? I want to modify the header and remove the sidebar.
https://gathespians.org/?s=honor
Thank you.
Hello,
Regarding your query, the header image you choose for the page from Admin Panel > Appearance > Customize > Header Image will be same for the all pages except the frontpage(as the front page does not have header image). So, you cannot change the header image in individual pages.
Further, for the sidebar, you can use below-given CSS to remove it by following the path Admin Panel > Appearance > Customize > Additional CSS,
.search-results .widget-area{
display: none;
}
.search-results .content-area{
width: 100% !important;
}
Hope this helps.
If you have further queries, let us know.
Regards.
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



