Course finish message notifications

Home Forums Legacy Support Support queries Other issues Course finish message notifications

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #176653
    Julien3z
    Participant
    Hi, I need to change the title of the finish course message on the redirection page as you can see here : https://prnt.sc/kvpx06 How can I change the words "<span style="background-color: #f9edbe; color: #525252; font-family: raleway; font-weight: 600; text-transform: uppercase;">FORMATION SOUMISE POUR EVALUATION"</span> Also, I need to delete the notification message that says " AVIS DESACTIVES" but can't find the right css class. thanks in advance
    #176835
    Mark Morgan
    Spectator
    You can change this message by translating using loco translation plugin.(https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/) To remove the message please add this css code in your custom css. section#content .course_finish .message {display:none !important;}
    #176843
    Julien3z
    Participant
    If I paste this css code, it also deletes the Totle message "<span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">FORMATION SOUMISE POUR EVALUATION"</span> I only need to delete <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">" AVIS DESACTIVES"</span><span style="color: #4b4d4d; font-family: Lato; font-size: 14px;"> </span> I've also tried to change the font size of the message but doesn't work : .course_finish .message p {font-size:20px !important;}
    #176969
    Mark Morgan
    Spectator
    Sorry we are unable to translate the text in english and what class is used for this in css. Could you please share the original english text that appears in message. Also share a screenshot by right click on this text and click on inspect element, so that we can see the class used for this message.
    #176993
    Julien3z
    Participant
    Here's the screenshot : https://prnt.sc/kwm4jz Please just help me to find the right selector to increase the size if this text. Thanks
    #177223
    Anshuman Sahu
    Keymaster
      here is the css : .course_finish p {font-size:22px}
    #177229
    Julien3z
    Participant
    Great thanks ! You can close this topic
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Course finish message notifications’ is closed to new replies.