nielslange / smntcs-retro

📟 SMNTCS Retro is a minimalistic theme for the average nerd.
https://wordpress.org/themes/smntcs-retro/
GNU General Public License v3.0
19 stars 4 forks source link

Search icon and translation #270

Open antonsem opened 2 years ago

antonsem commented 2 years ago

I just installed the theme for my blog, and I loved it! But I have two issues with the search bar.

  1. I can't remove the search icon, which appears on top of the bar and looks out of place
  2. I couldn't find where I can translate the button and the default "Search ..." text in the input field

Thanks for the awesome theme!

image

Foppygames commented 2 years ago

As a fellow user of this nice theme I made the search icon invisible myself using this custom css:

#header-search-button {
    display: none;
}