I hope you are well today and thank you for your question.
Could you please tell me exactly where you want to make the changes so I can help you?
Best regards,
What do you think @vinod-dalvi?
Do you want to modify the font size and weight of the text added in the search bar input box?
If yes then you can do so by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
.is-form-style input.is-search-input {
font-size: 16px !important;
font-weight: 500;
}
Perfect. Do you have some CSS for the dropdown results? Thanks
Please tell me the exact section in the dropdown results that modify.
When the results appear, the headlines and teaser sentence.
Please try using the below custom CSS code.
.is-ajax-search-details,
.is-ajax-search-details *,
.is-ajax-search-result,
.is-ajax-search-result * {
font-size: 16px !important;
font-weight: 500;
}
You are always welcome here π