Labeling search to make it easier to understand

The client wants the search button to be better labeled. on the navigation. They want it to say search along with the magnifying glass.

Hey @netlover,

Please add this code in Theme Options > CSS.

.x-btn-navbar-search span:before {
    content: "Search ";
}

Hope that helps.

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