• Resolved mjohnhorning

    (@mjohnhorning)


    Is there a way to change the default bar color from black to something else (without having to edit every answer)?

Viewing 1 replies (of 1 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    If you want to use the same color for all the answers, it can be done with custom css.

    .basic-yop-poll-container .progress-bar {
      background-color: #c00000 !important;
    }

    You will need to update the color to the one you want.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change default results bar color’ is closed to new replies.