Akiko Watanabe
asked 10 years ago

How can I remove a search box in the under navigation area?
I want to have a search box in the sidebar area and don’t want to show one in the under navigation area.

1 Answers
DominicStaff
answered 10 years ago

If you want to remove the Search box in the DW Focus, you can add the following code to the Header Code (Dashboard > Customize > Custom code).

<style>
#under-navigation .searchForm { display: none; }
</style>

You can use the search widget, then add to the Sidebar.
Hope this helps !

Akiko Watanabe
replied 10 years ago

Thank you, it worked perfectly!

Powered by DW Question & Answer Pro