# Discourse Button Styles

**URL:** https://meta.discourse.org/t/discourse-button-styles/88154
**Category:** Theme component
**Created:** [May 22, 2018, 3:38pm UTC](https://meta.discourse.org/t/discourse-button-styles/88154 "2018-05-22T15:38:29Z")
**Posts on this page:** 1
**Showing post:** 43

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [June 3, 2025, 9:55pm UTC](https://meta.discourse.org/t/discourse-button-styles/88154/43 "2025-06-03T21:55:39Z")

</div>

Yes this theme component is quite old and needs some updating… I will try to get to this soon.

In the meantime, you can remove the background on that button with this CSS

```scss
.has-like[disabled] {
  background: transparent !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-button-styles/88154)._
