Title: CSS on Vote button
Last modified: August 22, 2016

---

# CSS on Vote button

 *  Resolved [Nadine](https://wordpress.org/support/users/nadinerimmer/)
 * (@nadinerimmer)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-on-vote-button/)
 * Hi there, just wondering if any CSS can be applied to the Vote button? I’d like
   to change the colour of the text and make it bold if possible. I’m trying the
   following but no luck so far
 *     ```
       #yop_poll_vote_button-%POLL-ID% {
       	color:#ffa900;
       	font-weight:bold;
       }
       ```
   
 * [https://wordpress.org/plugins/yop-poll/](https://wordpress.org/plugins/yop-poll/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * (@yourownprogrammer)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-on-vote-button/#post-5211418)
 * Hey Nadine
 * Yes, CSS can be applied to the Vote button.
 * You can use the code below:
 *     ```
       #yop_poll_vote-button-%POLL-ID%{
           color: #ffa900 !important;
           font-weight: bolder !important;
       }
       ```
   
 * Best Regards,
    YOP Team
 *  Thread Starter [Nadine](https://wordpress.org/support/users/nadinerimmer/)
 * (@nadinerimmer)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-on-vote-button/#post-5211515)
 * Perfect, thank you! I was close! still learning 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS on Vote button’ is closed to new replies.

 * ![](https://ps.w.org/yop-poll/assets/icon-256x256.png?rev=3524390)
 * [YOP Poll](https://wordpress.org/plugins/yop-poll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yop-poll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yop-poll/)
 * [Active Topics](https://wordpress.org/support/plugin/yop-poll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yop-poll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yop-poll/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nadine](https://wordpress.org/support/users/nadinerimmer/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/css-on-vote-button/#post-5211515)
 * Status: resolved