Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545587

    Hi,

    how can I change the template settings for search results page? I want to hide sidebar, breadcrumbs and title.

    Thanks,
    Mathuseo

    #545633

    Hey Marcel!

    Add this to your custom CSS.

    .search .title_container, aside {
        display: none !important;
    }
    .search main { width: 100% !important; border-right: 0px !important; }
    

    Best regards,
    Elliott

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