Support » Plugin: Rapid Quiz » issue with answer style

  • hi there, i found how to change the question text style in the rapidquiz.php , but how could I change the ANSWER text style? I would like it to be normal, neither italic nor bold. I have no knowledge of coding so it could be great if you point me extactly what to change.

    thank you in advance for the answer and for the great plugin as well

    https://wordpress.org/plugins/rapid-quiz/

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

    (@geniusstartup)

    Hi,

    If you take a look rapid-quiz.js, you see this around line 15:

    $(this).parent().css('font-weight', 'bold');

    If you remove that or comment it out, it should stop the bold from happening.

Viewing 1 replies (of 1 total)
  • The topic ‘issue with answer style’ is closed to new replies.