[Support request] Navigation search button don't work

Home Forums Support [Support request] Navigation search button don't work

Home Forums Support Navigation search button don't work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #529232
    Diego Fernando

    Hello.

    Since time ago, navigation search button doesn’t work me. When I click on it, the search box doesn’t appear.

    How can I to fix it?

    Thanks!

    #529407
    Tom
    Lead Developer
    Lead Developer

    I’m seeing this custom CSS:

    .navigation-search {
        position: absolute;
        right: 0;
        display: none;
        z-index: 20;
        width: 100%;
        top: 0;
    }

    The display:none part is the issue.

    #529449
    Diego Fernando

    In simple css I do not have that code. Where would any other part could be?

    #529614
    Leo
    Staff
    Customer Support

    Are you using any caching plugins? It makes it really hard to tell where it’s coming from.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.