Home Forums WoodMart support forum Search settings

Search settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #122743

    joshh31
    Participant

    Hello,

    In the header builder, I added the element “Search”.

    When a customer searches for a product, then it displays all the items that are relevant.

    Do you know how can I hide for all searches these two options “sort by increasing price” and “sort by descending price” ?

    Thank you for your help.

    #122749

    Hello,

    Your question is not clear enough which sorting you mean if you mean this one http://prntscr.com/nm0uow then please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-ordering {
    display:none;
    }

    if it is not what you need, please provide the screenshot and page URL with the problem.

    Best Regards

    #122842

    joshh31
    Participant

    Thank you for your help.

    1) Yes I mean that, but I want that :

    Relevance (I want to display this part)
    Sort by Popularity (I want to display this part)
    Sort by lastest (I want to display this part)
    Sort by price: low to high (I want to hide this part)
    Sort by price: high to low (I want to hide this part)

    2) How can I change the background color of the search results page ?

    Thank you.

    #122894

    Hello,

    1. It is not possible to do.

    2. Please add this code to the Theme Settings > Custom CSS > Global:

    .search-results .main-page-wrapper{
    background-color:red!;
    }

    Replace the color as per your needs

    Best Regards

    #122909

    joshh31
    Participant

    Ok thank you.

    #123017

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Search settings’ is closed to new replies.