Change color for second icon search

Ivory Search Forums Support Change color for second icon search

Viewing 4 reply threads

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

  • Author
    Posts
    • #1850
      SGPGeneva
      Participant
      • Topics: 5
      • Replies: 6

      Hello,

      I have a website http://www.sgp-sa.com and I would change de color blue for all the icon search but I have managed only for the first icon.

      Please you can send the code class for change all « icon search » for blue ?

      I have script this :

      .is-menu path {
      fill: #FFF;
      }

      But is not complet ……. I would the text search in blue and de border

      Thanks

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

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

      I visited your shared site and saw the search icon color is blue on it as shown in the attached screenshot.

      Could you please tell me exactly what changes you have to make on it?

      Best regards,
      Ivory Search Support

      Attachments:
      You must be logged in to view attached files.
    • #1857
      SGPGeneva
      Participant
      • Topics: 5
      • Replies: 6

      i would change the second line in blue.

      please see the picture

    • #1858
      SGPGeneva
      Participant
      • Topics: 5
      • Replies: 6

      i sent by mail becaus i cant send by blog ……

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

      You can change text color to blue by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      #masthead .is-menu input.search-form__field::-webkit-input-placeholder{
          color: #2c82b2;
      }
      #masthead .is-menu input.search-form__field::-moz-placeholder{
          color: #2c82b2;
      }
      #masthead .is-menu input.search-form__field:-ms-input-placeholder{
          color: #2c82b2;
      }
      #masthead .is-menu input.search-form__field:-moz-placeholder{
          color: #2c82b2;
      }
      #masthead .is-menu input.search-form__field {
          color: #2c82b2;
      }
Viewing 4 reply threads

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