search results page, setting or changing for Woocommerce

Home Forums Jevelin Theme search results page, setting or changing for Woocommerce

Home Forums Jevelin Theme search results page, setting or changing for Woocommerce

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dano007
    Participant

    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 @dano007,

     

    I hope you are well today and thank you for your question.

     

    Do you want to remove the categories widget displayed on that page or the whole sidebar as shown in the attached screenshot?

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    dano007
    Participant

    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;
    }

    dano007
    Participant

    Great, thank you.

    You are most welcome here 🙂

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