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

    (@yourownprogrammer)

    Hi Fabio,

    Please send us a link to the page where you have the poll so we may assist.

    Regards,

    YOP Team

    Thread Starter HipsterLudwig

    (@hipsterludwig)

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Fabio,

    Edit the template you used for your poll and in the CSS section, in
    #yop-poll-answers-%POLL-ID% ul li label add

    color: the-color-you-want;

    Best wishes,

    YOP Team

    Thread Starter HipsterLudwig

    (@hipsterludwig)

    Cool, worked for the answers. I’ve pasted the color code also to the custom field “email address”-section. Without success… ??

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Fabio,

    In the CSS section of the template you used, in
    #yop-poll-custom-%POLL-ID% ul li add

    color: the-color-you-want;

    and save.

    Regards,

    YOp Team

    Thread Starter HipsterLudwig

    (@hipsterludwig)

    I did: #yop-poll-custom-%POLL-ID% ul li {
    padding:0px;
    margin:0px;
    font-size:14px;
    color: white;
    }

    But it hasn’t changed the colour

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Fabio,

    This problem is caused by the WordPress theme you are using, wp-magnifique, as it overwrites the color you choose.

    In the CSS section of your template, in

    #yop-poll-custom-%POLL-ID% ul li label {

    add

    color: the-color-you-want !important;

    and save.

    If that doesn’t work, you can try to change your theme’s CSS file.

    Regards,

    YOP Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change colour of answers’ is closed to new replies.