URGENT help needed on increasing font size on quizzes

Home Forums Legacy Support Support queries Styling issues URGENT help needed on increasing font size on quizzes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301766
    asadalihussain
    Spectator
    Hi, this is an URGENT request. I need to increase the font size for answer options in the following question types:
    1. Multiple Answer https://prnt.sc/udq6f8

    2. Matching (for the LIST & the answer choices) https://prnt.sc/udq5ro

    3. Multiple Choice https://prnt.sc/udq51u


    I also need to fix styling issue on reviews: https://www.trsacademy.org/course/i-l-m-al-quran-book-one/

    1. The name of the reviewer only shows up when you hover over the review. I want it to be displayed all the time:
    No hover: https://prnt.sc/udq7om Hover: https://prnt.sc/udq8ri
    1. I want to disable or hide the reply function on review (circled in red) https://prnt.sc/udq8ri
    #301894
    Jackson
    Blocked
    Helo, 1- To make review align use code given below: Goto appearance>>customize>>custom css and paste it: .single-course #item-meta { display: grid; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 20px; grid-template-columns: 80px 150px 220px; } Refer: https://prnt.sc/ue1l76 2- To make reviewer name show all time use code given below: .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta { margin: 0; display: block; opacity: 1.2; font-size: 11px; text-transform: uppercase; color: #aaa; } Refer: https://prnt.sc/ue1m4o 3- To hide reply from review: .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content a.comment-reply-link {
    display:none !important;
    
    } Refer; https://prnt.sc/ue1ml0 For more customization share the page url in needed share admin credentials also, Thanks,
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘URGENT help needed on increasing font size on quizzes’ is closed to new replies.