Home Forums WoodMart support forum Search result preview (mobile version)

Search result preview (mobile version)

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

    felinecrisis
    Participant

    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.
    #300186

    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.

    #300203

    felinecrisis
    Participant

    Hi,

    Work fine.

    Id like to change the width of the preview to 100% width of the phone screen.

    Is it possible?

    #300291

    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.

    #300358

    felinecrisis
    Participant

    Work fine, solved.

    Thanks.

    #300370

    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.

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

The topic ‘Search result preview (mobile version)’ is closed to new replies.