This topic has 6 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
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!
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
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?
Hello,
Add the following code
.ajax-results-wrapper {
top: 61px;
max-width: 70%;
margin: auto;
}
.results-ajax-list li {
width: 100%;
}
Regards
thanks!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up