Customize the Search Box Text

You can change the text inside the "Search" box button if you would like. You will need to "hide" the original "Search" text and add text of your own. In the section below that says "Customize Me!" just put in whatever wording you want. Add the following to your theme's Advanced CSS settings:

/* Customize the search box button text */
.sm-user-ui .sm-search-form .sm-button:after {
  content: 'Customize Me!';
}

/* Hide the old search button text */
.sm-user-ui .sm-search-form .sm-button-label {
  display: none;
}
From: http://www.dgrin.com/showthread.php?t=242255

Comments

  • No Comments
Powered by SmugMug Owner Log In