SP LMS Details Hide - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP LMS Details Hide

Dinuka

Dinuka

Extension 3 years ago

I need to hide Short Description, Description, Price and Number of lessons on SP LMS Course search page. Also i need change font colour & size on course title. https://www.kln.ac.lk/images/Screenshot_2022-03-04_at_17-30-07_Lms.png

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

Hi

Do you want it like this? Please see the screenshot below:

https://prnt.sc/cb02LuCVV48X

Then use this custom CSS

.splms-course-info .splms-course-short-info{
    display:none;
}
.splms-course-meta{
    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
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #60124

Hi

Could you please give me that specific page link? So that I can check and give you the solution.

-Regrads.

0
Dinuka
Dinuka
Accepted Answer
3 years ago #60130

I just need use this as a course search & link with other site. No need to show detials except course title.

0