-
Author
-
January 3, 2018 at 20:58 #184638btroeschParticipant
Hello, where can I edit the layout of the search result page (i.e. enable/disable sidebars, enable/disable breadcrumb)? Thank you
January 4, 2018 at 17:39 #184733LauraModeratorHello, 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 solutionLaura 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 🙂
January 5, 2018 at 22:11 #184853LauraModeratorHello, 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 solutionLaura 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 🙂
January 6, 2018 at 16:31 #184894btroeschParticipanthello, 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.
January 8, 2018 at 14:09 #185140LauraModeratorHello, 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 solutionLaura 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 🙂
January 9, 2018 at 22:43 #185344LauraModeratorGot 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.