Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1192896

    Hi guys,

    I would like to achieve that the H4 title shown as well al the button “Show all results” is not present anymore in the search results layer. So basically the response should be limited to the results only where the user can find the respective product needed without having the chance to view “all results”.

    Thanks in advance
    Sheldon

    Please find a screenshot in in the private section linked.

    #1192992

    Hey Enfoldfanatic,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av_ajax_search_entry.av_ajax_search_entry_view_all {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1193015

    Hi Victoria,

    Thanks for your quick reply, that worked out well. This impacted the “show all results” button, the H4 “Products” is still shown just above the results as can be seen in the mockup. Is there also some CSS available to exclude that?

    Regards,
    Sheldon

    #1193133

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .ajax_search_response > H4 {
    	display: none !important;
    }

    Best regards,
    Mike

    #1193142

    Hi Mike,

    Thanks for your reply, that worked out well. One last question; would it be possible to include the product price in the search response layer (within av_ajax_search_content).

    Regards,
    Sheldon

    #1193191

    Hi,
    Sorry, we don’t have a solution for this, however, you could try using this plugin and function: Woocommerce Product Price in Search Result

    Best regards,
    Mike

    #1297603

    HI Guys,

    For some reasons I can’t find the button to create a new question / tread in the support environment anymore. Could you help me out?

    Kind Regards

    #1297753

    Hi,
    Please try this link to open a new thread
    The button should show as a big blue button at the top of this page
    2021-05-01_193106.jpg
    Please let us know if this helps and we will close this old thread.

    Best regards,
    Mike

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