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
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!
Please login or Register to submit your answer