Title: Need CSS help
Last modified: October 24, 2020

---

# Need CSS help

 *  Resolved [orakel70](https://wordpress.org/support/users/orakel70/)
 * (@orakel70)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-css-help-11/)
 * Hello friends
 * I have no idea how to insert CSS in the Poll Maker Dashboard.
 * I added:
 *     ```
       height: 200px;
       background-image: linear-gradient(to bottom, #bb0000, #bb0000);
       ```
   
 * but its not working, so i give a name in the field above “pollcss”, going to 
   theme customizer/CSS and put in the css code
 *     ```
       .pollcss {
          height: 200px;
          background-image: linear-gradient(to bottom, #bb0000, #bb0000);
       }
       ```
   
 * but its also not working.
    if i do it with the chrome inspector, changes are 
   working.
 * Have anyone a hint what i am doing wrong with this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-css-help-11/#post-13580212)
 * Hello Dear [@orakel70](https://wordpress.org/support/users/orakel70/),
 * Thank you for the topic.
 * Please use the following CSS:
 * .pollcss form > div {
    height: 200px; background-image: linear-gradient(to bottom,#
   bb0000, #bb0000); }
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Need CSS help’ is closed to new replies.

 * ![](https://ps.w.org/poll-maker/assets/icon-256x256.png?rev=2670375)
 * [Poll Maker by AYS - Versus Polls, Anonymous Polls, Image Polls](https://wordpress.org/plugins/poll-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/poll-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/poll-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/poll-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/poll-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/poll-maker/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/need-css-help-11/#post-13580212)
 * Status: resolved