• Resolved sonytud

    (@sonytud)


    Hi!

    My company’s been using Quiz Cat for awhile now and I noticed yesterday that when you hit the answer page, the text on the next button seems to be falling out of its bubble. It seems to be like this on all of our quizzes and on the preview for the one that I’m making now.

    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Sonytud,

    Thanks for your message. I will be happy to help.

    I see what you mean, it looks like the themes button CSS is taking over. Can you try adding this custom CSS to your site and let me know if it works –

    div.fca_qc_quiz button.fca_qc_next_question {
    height: auto;
    }

    or if that doesn’t work –

    div.fca_qc_quiz button.fca_qc_next_question {
    height: auto !important;
    }

    Feel free to get back to us if there is anything else.

    All the best.

    Thread Starter sonytud

    (@sonytud)

    Thanks for getting back to me so quickly!

    Could you be more specific about where to put the lines you gave me?

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Sonytud,

    Thanks for your reply.

    The free version of Quiz Cat doesn’t include a custom CSS editor. There are a few different ways to add custom CSS to your site. You can follow this guide depending on your site settings – https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/ You might be able to use your theme to copy and paste the CSS or you might need a simple plugin to add it.

    Feel free to get back to us if there is anything else.

    All the best.

    Thread Starter sonytud

    (@sonytud)

    It worked.

    Thanks so much!

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Sonytud,

    Happy to hear you got it working. If you have any further questions, don’t hesitate to get back to us.

    All the best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quiz Button problem’ is closed to new replies.