Page 1 of 1

Big search Block

Posted: 2025-09-13 16:29
by RonP
Hi,
How can I get rid of the "Big search block" on the opening page?
big searchblock.jpg
big searchblock.jpg (17.02 KiB) Viewed 81 times
Ron

Re: Big search Block

Posted: 2025-09-14 14:28
by jfischer
Hello Ron

Create this script in footer.php. Then the large search field will disappear.

Best regards from Austria - Josef

Code: Select all

		<script>
		AppGini.disableHomePageSearch = true;
		AppGini.homePageSearchDescriptions = true;
		</script>

Re: Big search Block

Posted: 2025-09-14 16:18
by RonP
Hi Josef,
GREAT, thank you!

Ron