Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created August 14, 2018 18:27
Show Gist options
  • Save jessestu/2108ddf7a316d3cc7c5c7e47ff75d5b3 to your computer and use it in GitHub Desktop.
Save jessestu/2108ddf7a316d3cc7c5c7e47ff75d5b3 to your computer and use it in GitHub Desktop.
/* Renames the "close" listing on the homepage Featured Restaurants. / @jessestu 5640888-hc */
.listing .restaurant-status.close {
font-size: 0;
}
.listing .restaurant-status.close:after {
content: "Closed";
font-size: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment