Search result preview (mobile version)
-
Few weeks ago I write here that I had problem with search result preview.
That the preview background shows transparent and I needed to be white to show correctly the previews.
This problem was solved, I found custom css code:
.autocomplete-suggestion {
background: white;
}
I think this is the code solved my problem, but now I noticed that it happens same to the mobile version.
So, I need fix it like as desktop version, set white color background.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mobile-nav .autocomplete-suggestion {
background-color: white;
z-index: 1;
}
Best Regards.
Hi,
Work fine.
Id like to change the width of the preview to 100% width of the phone screen.
Is it possible?
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.autocomplete-suggestions {
width: 100% !important;
}
Regards.
Xtemos Studios.
Work fine, solved.
Thanks.
Hello,
We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Search result preview (mobile version)’ is closed to new replies.