• Resolved Nadine

    (@nadinerimmer)


    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://ww.wp.xz.cn/plugins/yop-poll/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    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

    (@nadinerimmer)

    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.