Home Forums Pro Themes Educollege Pro Search results page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132333
    ShouldGoRun
    Participant

    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.

    #132368
    wensolutions
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.