Hi,
How can I get rid of the "Big search block" on the opening page?
Ron
Big search Block
Re: Big search Block
Hello Ron
Create this script in footer.php. Then the large search field will disappear.
Best regards from Austria - Josef
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
Hi Josef,
GREAT, thank you!
Ron
GREAT, thank you!
Ron