• Resolved jfcranke

    (@jfcranke)


    I’m new to Quiz Maker but I am trying to figure out how to change the color of some text in the leaderboards. At the link included, you can see some of the text in the leaderboard is hard to read. Is there anyway to adjust that or choose a more readable style of leaderboard? If this involves additional CSS, I am not very skilled at that, so I may need additional help with that.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @jfcranke,

    Thanks for the topic.

    Note that there is not a built-in option to change the color, however, specifically for you our developers have provided CSS code to achieve this.

    Please navigate to the Quiz Maker plugin > General Settings > Shortcodes and place the below code to the ‘Custom CSS’ field below your shortcode.

    Please note that instead of #10A3E3, you can write any color you want.

    The code:

    .ays_lb_li:nth-child(odd) {
    background: #10a3e3;
    }

    Try this and let us know how this goes for you.

    Thank you.

    Thread Starter jfcranke

    (@jfcranke)

    That works perfectly. Thank you!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @jfcranke,

    Thanks for the reply.

    I am glad to hear that everything worked out for you!

    If your query is resolved and you like the received support, please take a moment to rate and review our plugin.

    If you have any other questions, feel free to open another topic.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Format Leaderboards’ is closed to new replies.