How do I remove the black search bar column on the far left?
I don’t really need this feature on my site.
Thanks!
1 Answers
To remove the black search bar column on the far left. you can add the following code to the style.css file.
.widget.widget_search {
display: none;
}
Please login or Register to submit your answer