Ivory Search › Forums › Support › customize plugin
- This topic has 8 replies, 2 voices, and was last updated 6 years, 1 month ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- September 23, 2018 at 7:09 AM #769
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. - September 23, 2018 at 1:24 PM #771
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 - September 23, 2018 at 6:05 PM #776
Sure, diego.eurocineecuador.com/obra
Thanks.
- September 23, 2018 at 7:04 PM #778
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?
- September 23, 2018 at 7:29 PM #779
sorry I turned off the plugin, now I activated it again, thank you very much
- September 23, 2018 at 8:38 PM #782
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%; }
- September 24, 2018 at 3:00 AM #786
Perfect! thanks!!
- September 24, 2018 at 5:57 AM #788
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. - September 24, 2018 at 2:03 PM #794
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; } }
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login