# Make Reply button more prominent

**URL:** https://meta.discourse.org/t/make-reply-button-more-prominent/48057
**Category:** UX
**Created:** [August 1, 2016, 6:22am UTC](https://meta.discourse.org/t/make-reply-button-more-prominent/48057 "2016-08-01T06:22:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![BernardLunn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bernardlunn/32/121621_2.png) [@BernardLunn](https://meta.discourse.org/u/BernardLunn)
#### Post date: [August 1, 2016, 6:22am UTC](https://meta.discourse.org/t/make-reply-button-more-prominent/48057/1 "2016-08-01T06:22:14Z")

</div>

Suggestion. Could we move REPLY button to the left hand side and make it bigger than the other buttons. Or even place it over the other buttons (probably better but some A/B testing would help). This is the most important action we want to encourage (and little nudges make all the difference).

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [August 1, 2016, 7:44am UTC](https://meta.discourse.org/t/make-reply-button-more-prominent/48057/2 "2016-08-01T07:44:32Z")

</div>

> [@BernardLunn](#):
>
> REPLY button to the left hand side

You can move reply button to left by changing `post menu` settings in admin side `/admin/site_settings/category/basic`.

I don’t think it is better. It easy to me for right hand side. I like current position. Let’s check what others say

And if you want Reply button bigger then you can do using simple css

```
.widget-button.reply {
    font-size: 18px;
    font-weight: bold;
}

```

And add your css customization in admin side `/admin/customize/css_html`

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [August 2, 2016, 10:57am UTC](https://meta.discourse.org/t/make-reply-button-more-prominent/48057/3 "2016-08-02T10:57:59Z")

</div>

@BernardLunn I updated my above answer to move reply button

---

<div class="post-metadata">

### Author: ![Alex\_P](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alex_p/32/163548_2.png) [@Alex\_P](https://meta.discourse.org/u/Alex_P)
#### Post date: [December 14, 2019, 11:05am UTC](https://meta.discourse.org/t/make-reply-button-more-prominent/48057/4 "2019-12-14T11:05:22Z")

</div>

> [@vinothkannans](#):
>
> /admin/customize/css\_html

I think it’s not available anymore. The recommended way now is to add theme components.

Here is my theme component for this. It allows to specify font size and weight.

[https://github.com/programmersforum-reborn/discourse-prominent-reply-button](https://github.com/programmersforum-reborn/discourse-prominent-reply-button)
