Home › Forums › Jevelin Theme › search results page, setting or changing for Woocommerce
Home › Forums › Jevelin Theme › search results page, setting or changing for Woocommerce
Hello, currently on the shop page https://mf.rps.ltd/markforged/ when you use the search and type ‘spools’ the results are shown on this page https://mf.rps.ltd/?s=spools&post_type=productwhich looks like it has blog categories showing etc, which is not wanted. How do I change this to not show all the blog categories?
Thanks
Hi, sorry I think you misunderstand. You need to follow the links and instructions in my op, the issue is when the user uses the search feature and types say ‘spools’ the results are shown on this page https://mf.rps.ltd/?s=spools&post_type=product which looks more like a blog page and has side widgets etc I do not want on there. Hope that makes sense.
Solution for this topic
You can remove the widgets on that page by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.search-results #sidebar { display: none; } .search-results #content { width: 100%; padding-left: 0; }
Great, thank you.
You are most welcome here 🙂