• Resolved mshama

    (@mshama)


    Hey team,

    Your plugin is the best!

    I like the classic light theme, however I would like to remove the radio choices icons.

    Is there a way to do so using custom CSS?

    Thank you,

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

    (@hyenokian)

    Dear @mshama,

    Thank you for your topic.

    To reach your desired result, you can make use of the below-mentioned CSS code.

    #ays-quiz-container-YOUR_QUIZ_ID input[type="radio"]~label[for^='ays-answer']:before{
    display:none;
    }

    Please, make sure to change the YOUR_QUIZ_ID and add the ID of the convenient quiz. For example, if your quiz ID is 3, it must look like this:

    #ays-quiz-container-3

    Please, check and let us know about the outcome.

    Thank you.

    Thread Starter mshama

    (@mshama)

    It worked!

    Many thanks, Jasmine.

    • This reply was modified 2 years, 2 months ago by mshama.
    Plugin Support Jasmine

    (@hyenokian)

    Dear @mshama,

    Thank you for your reply.

    If your query is resolved, can you do us a big favor and review the plugin or support on ww.wp.xz.cn?

    It will help us to grow much faster and improve our quality.

    Here is the link for ratinghttps://ww.wp.xz.cn/support/plugin/quiz-maker/reviews/

    Many thanks in advance!

    Thread Starter mshama

    (@mshama)

    Done.

    Thanks again for your support.

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

The topic ‘Inquiry regarding custom CSS’ is closed to new replies.