This topic has 7 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #184638
     btroesch
    Participant

    Hello, where can I edit the layout of the search result page (i.e. enable/disable sidebars, enable/disable breadcrumb)? Thank you

    #184733
     Laura
    Moderator

    Hello, i can help you with css 🙂 So you want to hide breadcrumbs and sidebars?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #184741
     btroesch
    Participant

    yes, that’s correct! 🙂

    #184853
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    .search-results section.container-wrap.main-title.alternate-color.main-center-title.border-bottom.breadcrumbs-container {
        display: none !important;
    }
    .search-results .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .search-results .template-page.col-sm-9.tpl-right.posts-listing.masonry-listing.with-meta {
        width: 100%;
        border: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #184894
     btroesch
    Participant

    hello, thank you for your reply. The css works in case a search result is found, however, if no search result is found, the page looks still the same as before.

    #185140
     Laura
    Moderator

    Hello, please send me a link directly to it so i can check the css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #185178
     btroesch
    Participant

    hello, please find the link below:

    https://we-together.ch/?s=valum

    #185344
     Laura
    Moderator

    Got it, add this to the other code 🙂

    COPY CODE
    
    
    .search-no-results section.container-wrap.main-title.alternate-color.main-center-title.border-bottom.breadcrumbs-container {
        display: none !important;
    }
    .search-no-results .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .search-no-results .template-page.col-sm-9.tpl-right.posts-listing.masonry-listing.with-meta {
        width: 100%;
        border: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?