Ivory Search › Forums › Support › Search box configuration and location
Tagged: search box customization
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- December 20, 2018 at 9:40 AM #1221
I put the below suggested CSS, but the button is still showing
on my site: https://www.intempuspropertymanagement.com/.is-menu input.search-submit {
display: none;
}How to add just a simple search box with search icon after the last navigation main menu ?
- December 20, 2018 at 12:12 PM #1222
I hope you are well today and thank you for your question.
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
#access .is-menu.default form { max-width: 250px; } #access .is-menu.default form #s { width: 140px; margin-bottom: 0; } #access .is-menu.default form #submit-form { width: 90px; padding: 11px 17px; } li.is-menu { vertical-align: middle; }
Best regards,
Ivory Search Support - December 22, 2018 at 12:22 AM #1296
Thank you for quick reply.
Is it possible to replace the word Search with the looking glass icon, such as fa-fa, or similar to WordPress site?
Also, please help with CSS to change the Search submit button background color. I want to match the color with another button on the headerThe plugin works fine with more than 1 result, but somehow it’s different for a single result.
For instance, typing in “Santana Row” into the Search Box gives 1 result with distorted format, but if you type in “majestic”, there are 2 results in normaal format. Do you have an idea why?
Thanks
- December 22, 2018 at 12:40 PM #1299
Is it possible to replace the word Search with the looking glass icon, such as fa-fa, or similar to WordPress site?
The search form is displayed by the theme searchform.php file so you have to contact the theme developer to change it or you have to develop custom code.
Alternatively you can get support for it in our following priority support.
Also, please help with CSS to change the Search submit button background color. I want to match the color with another button on the header
You can change its color using below custom CSS code.
#access .is-menu.default form #submit-form { background-color: #03A9F4 !important; }
The plugin works fine with more than 1 result, but somehow it’s different for a single result.
For instance, typing in “Santana Row” into the Search Box gives 1 result with distorted format, but if you type in “majestic”, there are 2 results in normaal format. Do you have an idea why?
Because for the two posts displayed of “majestic” search, one contains “majestic” word in the title and another one contains it in the content area as displayed in the attached screenshots.
Attachments:
You must be logged in to view attached files. - December 22, 2018 at 10:24 PM #1335
- December 23, 2018 at 1:47 PM #1338
Yes you are right, it is theme search results page issue which generates by search.php template file of theme.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login