Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created March 18, 2019 15:32
Show Gist options
  • Save jessestu/78e5989b51d244d7a1d547d71c2e84ae to your computer and use it in GitHub Desktop.
Save jessestu/78e5989b51d244d7a1d547d71c2e84ae to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the large "Search" text on search result pages.
* 11329305-hc (jw)
*/
.search .big-text {
  display: none;
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment