Thread Starter
ooza
(@ooza)
In other words, I’d like to use the Full Width Style but without the Sliding effect, just a fadein effect. Sorry for the confusion.
EDIT: The correct link is this: https://www.alstexas.org/home-updated/
Regards.
-
This reply was modified 4 years, 6 months ago by
ooza. Reason: wrong link
I hope you are well today and thank you for your question.
It won’t work exactly but you can try achieving this by adding the below CSS code in the Custom CSS option of the Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
.is-menu.full-width-menu form,
.is-menu.full-width-menu .search-close {
display: none !important;
}
.is-menu.full-width-menu.open form,
.is-menu.full-width-menu.open .search-close {
display: block !important;
}
You have to develop custom code to achieve the desired custom effect.
Best regards,
Thread Starter
ooza
(@ooza)
I can achieve this with CSS only? Or I have to modify JS?
Regards.
You have to modify JS and PHP files.