Educon II LMS System - Question | JoomShaper

Educon II LMS System

GT

George Thomopoulos

SP Page Builder 10 months ago

Hello,

I am using EDUCON II for my site. I use the LMS system and I have two questions:

  1. In an online course page, is it possible to delete the Price section? I don't want this to be visible
  2. Is it possible to add at the end of the online course page a link to an external page and how this can be done?

I send the online course page I have created in the Hidden Content section below

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 10 months ago #179015

Dear George,

Thank you for reaching out to us. Yes, both of your requests can be achieved.

  1. Removing the Price Section: To hide the price section, you can add a small custom CSS snippet in your template’s custom CSS section. Here’s the code:
.course-details div.row .col-md-4 {
    display: none;
}
.course-details div.row .col-md-8 {
    width: 100%;
    border-right: unset !important;
}
  1. Adding a Link to an External Page: You have two options: • Add the hyperlink directly in the course’s description section using the editor. • Alternatively, create a module for the content-bottom position using SP Page Builder. You can use a Text Block addon to include the hyperlink.

If you need further clarification or assistance, feel free to let us know!

Best regards,

0
GT
George Thomopoulos
Accepted Answer
10 months ago #179039

Worked, excellent, Thank you for your response

George

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 10 months ago #179040

You are welcome.

0