Hi,
I'm trying to modify the search bar. Actually I have to click on the search icon and then the search bar appears.
I understand that the display is changing from "none" to "block" but I can't find more informations about this.
I was looking for a "onclick" property but couldn't find it.
I would like the search bar to always appear on the screen without hitting the search icon, and I would like to remove as well this search icon.
This is my first try to modify some CSS so be indulgent :)
Thank you
We process search bar in jollynes.js file.so you can open that file then change js to show it.
To remove search icon,you can use css or remove the search icon region in layout setting page.
Cheers.