• Resolved orakel70

    (@orakel70)


    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

    (@ays-pro)

    Hello Dear @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.