Remove Other Item From Course Page - LMS - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Remove Other Item From Course Page - LMS

TM

Tristina Miller

Extension 3 years ago

Hi,

I would like to get help as soon as possible please. My client needs this fixed for tomorrow.

I would like is to remove the Others box that is under the Lessons list. Could you please let me know how to remove this? It's shown on this page - http://beyondgeology.com/courses-list/12-introduction-to-canadian-mining-industry-module-1.html

Thanks for the help!

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #70020

Hi,

Thanks for contacting us. Could you please give me a screenshot which portion do you want to delete?

-Regards.

0
TM
Tristina Miller
Accepted Answer
3 years ago #70022

The Others box that is shown in the image below:

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #70154

Hi,

Use this custom CSS

#topicAccordion .card-header {
    display: none;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0