إزالة البحث من العنوان

it’s possible remove the seach bottom for the header?

Example I want delete the “search”

You can hide it with css

إعجابَين (2)

common css, you can do this

.search-dropdown {
    display: none;
}
3 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.