Skip to content Skip to main navigation Skip to footer

Change timer position

Welcome to QSM Support Forum. Forums QSM Pro Support Change timer position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2861
    Şahin ÖzyürekŞahin Özyürek
    Participant

    Hi,
    I tried to change the quiz timer position from inside “quiz-master-next\templates\qmn_base.css” but nothing changed after editing and uploading that file. Is there any other file that I need to edit to change timer position? I need to position it to the top of the page.

    And also I need to add a visible label text to the top of the timer as “Quiz Timer” Kind regards,

    #2880
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Sahin,

    Welcome to Qsm Pro Support Forum. Hope you are having a great day.

    I will have to contact the development team regarding this requirement. As it is weekend over here, please expect a delay in response from them.

    Kind regards,
    Kriti Sharma

    #2930
    Şahin ÖzyürekŞahin Özyürek
    Participant

    OK Kriti, many thanks for your response. All the best

    #2942
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please try the following CSS code:

    .mlw_qmn_timer::before{
    	content: 'Quiz Timer- ';
    }
    
    .mlw_qmn_timer{
    top: 35px !important;}

    Regards,
    Kriti

    #2986
    Şahin ÖzyürekŞahin Özyürek
    Participant

    Hi Kriti,
    I put it inside quiz-master-next\templates\qmn_base.css but it did not work either. Where should I put it? Many thanks

    Attachments:
    You must be logged in to view attached files.
    #2993
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please do not put the code inside quiz-master-next\templates\qmn_base.css. because whenever you update your plugin to the latest version, all the changes made will get vanished.

    Instead paste the code inside Appearance -> Customize -> Additional CSS

    Regards,
    Kriti

    #2995
    Şahin ÖzyürekŞahin Özyürek
    Participant

    Many thanks it works very well 🙂 Take care. All the best Kriti

    #2996
    Kriti SharmaKriti Sharma
    Keymaster

    All the best, Sahin.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.