Local Adaptive
asked 10 years ago

Hey! I used the code given in another question, but it instead removed the search bar in the secondary menu, why is this?
Thanks! Great theme!

1 Answers
DominicStaff
answered 10 years ago

To remove black search bar on side. You can log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header Code”

<style>
.action.search {
    display: none;
}
</style>

Hope this helps!

Powered by DW Question & Answer Pro