Dear George,
Thank you for reaching out to us. Yes, both of your requests can be achieved.
- 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;
}
- 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,