• Resolved shaiweb

    (@shaiweb)


    Hi all,

    So i’m trying to design my quiz a bit. Everything kinda went fine as far as the background and border (though I could be happier with some rounnder corners).
    However, I want to give my text some margins so it will look nice inside the block, and I would also like to edit a few other things regarding the text perhaps.
    I used the following code, but nothing seems to take a real effect on the looks.
    Also, when I use opacity, it will effect the text, but I want the text to not be affected by that.

    Your help is apppreciated!

    .qsm-quiz-form {
      background-color: white;
      opacity: 0.7;
      border-radius: 5%;
      text-margin: 10px, 10px, 10px, 10px; !here 
    }
    • This topic was modified 5 years, 6 months ago by shaiweb.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @shaiweb,

    Thanks for reaching out to us. Please give me some time so that I can look into the code and provide you with the required solution.

    Kind regards,
    Kriti

    Hi @shaiweb,

    Please paste the following code in the Appearance-> Customize -> Custom CSS

    .mlw_qmn_quiz{
    background: rgba(0,0,0,0.5);}

    .qsm-submit-btn{
    border-radius: 10px;}

    .quiz_section{
    margin: 10px;}

    Please do the same and let me know.

    Kind regards,
    Kriti

    Thread Starter shaiweb

    (@shaiweb)

    It worked! thank you very much!

    Now i’m just going to have to realize how to move the buttons accordingly with my new border radius.

    Thanks for letting me know.

    If you are enjoying our plugin, and also happy with our support service then please share your review.

    We have worked very hard to create this plugin. If our plugin has added value to your store, please give us your love and support by writing a review at: https://wordpress.org/support/plugin/quiz-master-next/reviews/.

    Regards,
    Kriti

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

The topic ‘QSM text features problems (margin opacity)’ is closed to new replies.