• Anonymous User 5738192

    (@anonymized-5738192)


    Hi,

    I would like to customize search result page in Envince theme. For instance, I do not want sidebar on this page. How can I delete sidebar from search result page?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @theoff,

    We can change the layout via Appearance > Customize > Layout option, but this layout applies through out the site, so you can’t remove for a specific page.

    On the contrary if you use the below CSS it will remove it.

    .search aside {
        display: none;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Thanks and Regards,
    Milan

    Thread Starter Anonymous User 5738192

    (@anonymized-5738192)

    Hi Milan,

    Thanks for the code!

    It has removed the sidebar from search result page.

    Could you help me in customising the layout of the search result page? Could I use Pagebuilder for customising the page?

    Kind regards,

    • This reply was modified 4 years, 7 months ago by Anonymous User 5738192.

    Hi @theoff,

    I believe theme doesn’t have an option to customize the layout of the search result page in particular and we can’t use Pagebuilder for customizing the search page output. But it is possible via a child theme, but you must be able to code and have sound knowledge of WordPress.

    Thanks and Regards,
    Milan

    Thread Starter Anonymous User 5738192

    (@anonymized-5738192)

    Thanks for useful information!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Customize Search Result Page in Envince Theme’ is closed to new replies.