Announcement

Collapse
No announcement yet.

How do I remove the quick search bar from my headers?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I remove the quick search bar from my headers?

    Select the 'Design' tab and in the preview click on the 'Quick Search:' icon. In the layout code go 'up one level' in the design till you reach the layout for quick search bar, by default this is

    QuickSearchBar

    change to look like

    <!-- QuickSearchBar -->

    or copy and paste the following code in place of it: -

    HTML Code:
    <!-- <actinic:variable name="QuickSearchBar" /> -->
    if you wish to hide. If you wish to permanently remove, delete the line.
Working...
X