I need the search box removed from the header or if cannot remove, moved to the bottom on the site. I cannot seem to find the code to change it. The css reads div g-header form etc... However on the page.html.php it reads
<div id="g-header">
<?= $theme->header_top() ?> at a loss here.
Using greydragon Theme.
Any help would be appreciated.
Thanks
Cheryl
Posts: 27300
Why not just uninstall the module?
modules/search/helpers/search_theme.php
static function header_top($theme) {
to
static function page_bottom($theme) {
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 42
Thanks, feel so stupid...forgot is was a module.