customize plugin

Ivory Search Forums Support customize plugin

Viewing 8 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #769
      diegoteran
      Participant
      • Topics: 1
      • Replies: 4

      Hi, this plugin is very functional, but in my template it does not adapt very well, it does not show the icon of the magnifying glass, Can you put a specific color? and it will be possible that the search field in the “Dropdown” option is not very low?

      thank you very much

      Attachments:
      You must be logged in to view attached files.
    • #771
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      Hi Diegoteran,

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

      Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

      Best regards,
      Ivory Search Support

    • #776
      diegoteran
      Participant
      • Topics: 1
      • Replies: 4

      Sure, diego.eurocineecuador.com/obra

      Thanks.

    • #778
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      I don’t see the search form on your shared site so could you please display it on your site so that I can help you?

    • #779
      diegoteran
      Participant
      • Topics: 1
      • Replies: 4

      sorry I turned off the plugin, now I activated it again, thank you very much

    • #782
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      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

      .is-menu i.far.fa-search:before {
          color: #E5159F;
          font-family: 'FontAwesome';
      }
      
      .is-menu.dropdown form {
          top: 50%;
      }
    • #786
      diegoteran
      Participant
      • Topics: 1
      • Replies: 4

      Perfect! thanks!!

    • #788
      diegoteran
      Participant
      • Topics: 1
      • Replies: 4

      I have one more question, it is possible to center the search form on the mobile menu.
      Thanks.

      Attachments:
      You must be logged in to view attached files.
    • #794
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      Please use below custom CSS code to center the search form on the mobile menu.

      @media screen and (max-width: 1100px) {
      .is-menu #searchform {
          position: static;
          width: 250px;
          min-width: 0;
          margin: 0 auto;
          }
      }
Viewing 8 reply threads

You must be logged in to create new topic or reply to the topic.