• Resolved dougdavis22

    (@dougdavis22)


    Hi. Just trying to add some CSS that will make the search form dropdown visible when the icon is click – currently it’s impossible to see. Ideally need a white search box. Any help appreciated. Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .inside-navigation .is-menu form {
        visibility: visible !important;
        opacity: 1 !important;
        left: auto !important;
    }
    .inside-navigation .is-menu input.search-field {
        color: #000;
        line-height: normal;
        opacity: 1;
    }

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Search form in menu – dropdown – styling’ is closed to new replies.