Change search button to icon

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Using Nop 4.0, looking for where to change the search button to be icon instead.
4 years ago
Hello Artdtc,

in order to replace the text of your search button with an icon, you have to add your icon image file into the image folder of the theme (default path: Themes\DefaultClean\Content\images\ ), and then you have to edit the main css file of the theme where the styles for that search button are (default path: Themes\DefaultClean\Content\css\styles.css ).

The css selector you are looking for is this one:

.search-box .search-box-button {
}

Keep in mind that changing the css code for this selector will also change the appearance of your forum search button.


Regards
/ Hristo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.