Only product title with its link in search for desktop and mobile

This topic has 6 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: Csoftech
    Csoftech
    Participant
    September 12, 2019 at 19:05

    Hi,
    I would like to have Only product title with its link in search for desktop and mobile, how can I achieve this ?

    Expecting a little help to navigate to proper file to edit but if can provide me exact solution to apply it would be a great help!

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 12, 2019 at 22:20

    Hello,

    Are you talking about ajax search results? Do you want to implement the following design and remove the image, price to keep just title http://prntscr.com/p5ehau ?
    Then add the following code to Theme Options > Custom CSS

    .results-ajax-list .ajax-list-image, .results-ajax-list .ajax-item-info .price {
        display: none;
    }

    Regards

    Avatar: Csoftech
    Csoftech
    Participant
    September 12, 2019 at 22:37

    Thanks I appreciate quick response.

    Also if it is possible to display exactly below the search bar so that it looks much relevant and in one column?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 12, 2019 at 22:47

    Hello,

    Add the following code

    .ajax-results-wrapper {
        top: 61px;
        max-width: 70%;
        margin: auto;
    }
    .results-ajax-list li {
        width: 100%;
    }

    Regards

    Avatar: Csoftech
    Csoftech
    Participant
    September 13, 2019 at 09:13

    thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2019 at 09:15

    Hello,

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.