smntcs-retro
smntcs-retro copied to clipboard
Search icon and translation
I just installed the theme for my blog, and I loved it! But I have two issues with the search bar.
- I can't remove the search icon, which appears on top of the bar and looks out of place
- I couldn't find where I can translate the button and the default "Search ..." text in the input field
Thanks for the awesome theme!
As a fellow user of this nice theme I made the search icon invisible myself using this custom css:
#header-search-button {
display: none;
}