# Signup button on mobile

**URL:** https://meta.discourse.org/t/signup-button-on-mobile/84956
**Category:** Development
**Created:** [April 10, 2018, 10:01am UTC](https://meta.discourse.org/t/signup-button-on-mobile/84956 "2018-04-10T10:01:03Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [April 18, 2018, 7:53pm UTC](https://meta.discourse.org/t/signup-button-on-mobile/84956/2 "2018-04-18T19:53:31Z")

</div>

Try adding this to your Mobile CSS:

```css
.login-button {
    span {display: none}
    &:after {content: "Signup/Login"}
}

```

---

_[View the full topic](https://meta.discourse.org/t/signup-button-on-mobile/84956)._
