• Resolved maulik882

    (@maulik882)


    First of all, Thank you for this Plugin. I am using this plugin for show search bar only in the mobile version and want to disable in the desktop view. I try to display: none for the Desktop view but seems It doesn’t have class and cause its hide search in both places. any idea? how to implement only in mobile view? if possible in the header full-width search bar with a sidebar. Refer https://hellopratapgarh.com/ mobile view.

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

    (@vinod-dalvi)

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

    Could you please share your site URL where it’s displaying so that I can help you to display it only on mobile?

    Best regards,

    Thread Starter maulik882

    (@maulik882)

    Thank you for your Quick Response. here is url of my site https://kanthaltoday.in/ in mobile view Search Placeholder Looks perfect but i am not able to remove in desktop view

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can remove it in desktop view by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    @media (min-width: 767px){
    body > form.is-search-form {
        display: none;
    }
    }
    Thread Starter maulik882

    (@maulik882)

    Work like Charm You save my life. Kudos….. Surely Refer with friends about this amazing Plugin. Thanks tons mate. have nice day

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://www.ads-software.com/support/plugin/add-search-to-menu/reviews/

    I’d really appreciate that. ??

    And if I can be of any further assistance please don’t hesitate to ask.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only want to use in Mobile Version’ is closed to new replies.