How To Hide Certain Details On Course Details Page (SP LMS) - Question | JoomShaper

How To Hide Certain Details On Course Details Page (SP LMS)

R

Renor

Extension 1 year ago

I would like to hide certain details that appear on the course details page in SP LMS.

See screen shot: https://prnt.sc/owpnJdrxf8jP

Where do I go, what I do for this to happen?

Tks, Serge

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #69542

You are most welcome. You can now accept the answer and close this post.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #69414

Hi,

Thanks for contacting us. Could you please give me your site URL so that I can check?

-Regards.

0
R
Renor
Accepted Answer
1 year ago #69415
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #69448

Hi,

Use this custom CSS

li.total-hours{
    display:none !important;
}
li.adminission-dealline{
    display:none !important; 
}
.splms.course-details .nav-area ul li:nth-child(3){
        display:none !important; 
}
.splms.course-details .nav-area ul li:nth-child(5){
        display:none !important; 
}

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
R
Renor
Accepted Answer
1 year ago #69476

Thank you very much, Mehtaz! Works perfectly well. Serge

0