madebymarco
asked 11 years ago

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
DominicStaff
answered 11 years ago

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;
}
Powered by DW Question & Answer Pro