# Two questions about post voting

**URL:** https://meta.discourse.org/t/two-questions-about-post-voting/282761
**Category:** Support
**Tags:** post-voting
**Created:** [October 9, 2023, 7:48pm UTC](https://meta.discourse.org/t/two-questions-about-post-voting/282761 "2023-10-09T19:48:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [October 19, 2023, 9:01am UTC](https://meta.discourse.org/t/two-questions-about-post-voting/282761/2 "2023-10-19T09:01:56Z")

</div>

Hello 🙂

> [@LoveMCJ](#):
>
> 1. **Does voting on a topic post, not a reply, have any effect?**

There’s a discussion about this here:

> [@Voting button appears on opening post](https://meta.discourse.org/t/voting-button-appears-on-opening-post/244144):
>
> Continuing the discussion from [Discourse Post Voting](https://meta.discourse.org/t/discourse-post-voting/227808/62): Since the opening post in Q&A topic is the question itself, it should not have upvoting option.

This reply in particular should answer your question: [Voting button appears on opening post - #6 by sam](https://meta.discourse.org/t/voting-button-appears-on-opening-post/244144/6)

> [@LoveMCJ](#):
>
> **Is it possible to only enable Toggle Post Voting in Create a new topic? (New Topic is disabled)**

You should first enable the `New topics default to Post Voting topics in this category.` in the category settings:

![image](https://global.discourse-cdn.com/meta/original/4X/8/7/d/87d670ec9faa4eafaa183f06f696d995727f4359.png)

Then, you can use this CSS to hide the **Remove Post Voting** option:

```scss
.composer-actions li[data-value="togglePostVoting"] {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/two-questions-about-post-voting/282761)._
