Ivory Search › Forums › Support › Change color for second icon search
- This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- February 20, 2019 at 6:25 AM #1850
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
- February 20, 2019 at 1:13 PM #1855
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 SupportAttachments:
You must be logged in to view attached files. - February 20, 2019 at 1:55 PM #1857
i would change the second line in blue.
please see the picture
- February 20, 2019 at 1:58 PM #1858
i sent by mail becaus i cant send by blog ……
- February 20, 2019 at 7:37 PM #1859
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; }
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login