Allan_Szacher Posted February 7, 2019 Report Share Posted February 7, 2019 hi there I'm testing the plugin, but I would like to know how can I change CSS? is it possible to customize a bit more? regards allan Link to comment Share on other sites More sharing options...
Support Mili Posted February 7, 2019 Support Report Share Posted February 7, 2019 Hello, Thank you for contacting MyThemeShop today. What is the customization that you want to make? Can you send us a link to the quiz and show us? Looking forward to helping you. Thank you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Allan_Szacher Posted February 12, 2019 Author Report Share Posted February 12, 2019 hi, here is the link: https://pixelshow.co/quiz-ingresso/ my idea is to change paddings, and font sizes regards allan Link to comment Share on other sites More sharing options...
Support Mili Posted February 13, 2019 Support Report Share Posted February 13, 2019 Hello, To change the font size of the question you can use this CSS: body .wq_questionTextCtr h4 { font-size: 32px; } To change the padding of the question you can use this CSS: body .wq_questionTextCtr { padding: 30px 40px; } Thanks, 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Allan_Szacher Posted February 20, 2019 Author Report Share Posted February 20, 2019 thanks, and how about the same thing as above but on answers?? I'm also having issues to update the plugin: --- An update is available for the following plugin(s): WP Quiz Pro (2.0.5 - Changes)Navigate to the Updates page to install the update(s). --- but I click there and nothing happened. what should I do? it should update automatically right? regards allan Link to comment Share on other sites More sharing options...
Support Mili Posted February 20, 2019 Support Report Share Posted February 20, 2019 Hi, To change the font size of answers use this CSS: .wq_singleAnswerCtr .wq_answerTxtCtr { font-size: 22px; } Regarding your issue about updates, please submit your support request here: https://community.mythemeshop.com/forum/12-plugin-support/ Thanks, 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Allan_Szacher Posted February 20, 2019 Author Report Share Posted February 20, 2019 thanks but I have one more question: check the site: https://pixelshow.co/quiz-ingresso/ the bullets are the only thing that is not working, I mean, the padding is working but bullets are in the same spot as before. it should be just before the answers text. how can I fix it regards allan Link to comment Share on other sites More sharing options...
Support Mili Posted February 21, 2019 Support Report Share Posted February 21, 2019 Hi, For those you can also add this: .wq_singleAnswerCtr .wq_answerTxtCtr:before, .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after { top: 20px; } Thanks, 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Allan_Szacher Posted February 21, 2019 Author Report Share Posted February 21, 2019 thanks a lot, now it's working. I'm also wonder when someone submit name and email, where can I get those informations?? and is it possible to send those infos to a google spread sheet or direct to madmimi email? regards allan Link to comment Share on other sites More sharing options...
Support Mili Posted February 21, 2019 Support Report Share Posted February 21, 2019 Hi Allan, For your new question, please open a new support ticket here: https://community.mythemeshop.com/forum/12-plugin-support/ It will help us avoid confusion. Try to ask only one question/issue per support ticket, you can open as many tickets as you need. Looking forward to help you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Recommended Posts