New Landing How can we help? Themeforest Theme Support Neighborhood REMOVE PAGE TITLE IN SEARCH RESULTS

Viewing 15 posts - 1 through 15 (of 29 total)
  • #89778
    crystallisspecimens
    Member
    Post count: 113

    HOW TO REMOVE PAGE TITLE IN SEARCH RESULTS?
    HOW TO REMOVE THE HEART IMAGE IN SEARCH RESULTS?
    HOW TO REMOVE POSTED BY (AUTHOR) IN SEARCH RESULTS?
    HOW TO TURN SEARCH RESULTS INTO A SHOP RESULTS?
    HOW TO EDIT SEARCH RESULTS?
    HOW TO SHOW ONLY ITEMS IN STOCK IN THE SEARCH RESULTS?

    #89797
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .search-results .page-heading {
      display: none;
    }
    .search-results .love-it-wrapper {
      display: none;
    }

    Unfortunately you can’t only search products, and also can’t search only items in stock.

    – Kyle

    #89803
    crystallisspecimens
    Member
    Post count: 113

    OK thanks.

    AND HOW TO REMOVE POSTED BY (AUTHOR) AND THE DATE IN SEARCH RESULTS?

    #89807
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .search-results .standard-post-author {
      display: none;
    }

    – Kyle

    #89808
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code :

    .search-results .post-date {
      display: none;
    }

    Thanks

    #89812
    crystallisspecimens
    Member
    Post count: 113

    hi , I tried but still shows the date

    #89813
    crystallisspecimens
    Member
    Post count: 113

    Kyle I tried to remove the page headings and now it is gone but it is cutting also part of the picture (like part of the page)

    #89816
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could I see your link to check?

    – Kyle

    #89817
    crystallisspecimens
    Member
    Post count: 113

    How can I remove the description of product in search results?
    I just want to keep the name of the product.

    Thanks.

    #89819
    crystallisspecimens
    Member
    Post count: 113

    Kyle,

    Here is the link:
    http://crystallis.com/?s=heart

    #89823
    crystallisspecimens
    Member
    Post count: 113

    where can I find the link?

    #89824
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .search-results .inner-page-wrap {
      padding-top: 220px;
    }

    – Kyle

    #89825
    crystallisspecimens
    Member
    Post count: 113

    yes it works fine. thx.
    how about the date?
    and how to remove the description?
    I want to keep the name of the product.

    #89839
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .search-results .standard-post-details .standard-post-date {
      display: none;
    }
    .search-results .blog-item .excerpt {
      display: none;
    }

    – Kyle

    #89847
    crystallisspecimens
    Member
    Post count: 113

    great. works fine.

    Some more questions:

    When a customer is logged in he can see the ADD TO SHOPPING BAG message in a black box in a product.
    But when he is logged out the black box is empty. How can I include in the black box the message: LOGIN FOR PRICES???

Viewing 15 posts - 1 through 15 (of 29 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register