Hide Cost Of SPLMS Course - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Hide Cost Of SPLMS Course

A

Alvas

Extension 1 year ago

Can I totally remove (or hide) the cost of course and number of lessons when is presented a course? And is it possible to hide filter (at left of search page) for select course free or paid? Thanks

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165436

Hi

Thanks for contacting us. Could you please give me your site URL and also a screenshot of your issue?

-Regards.

0
A
Alvas
Accepted Answer
1 year ago #165503
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165589

Hi

Use this CSS in your custom.css file

aside.splms-sidebar{
  display: none;
}

You can use this for uploading screenshot:

https://imgur.com/upload

0
A
Alvas
Accepted Answer
1 year ago #165599

Ok thanks. There are other problems (see image at this link: https://imgur.com/a/FNNUMjP

  1. I would hide the text under red cross
  2. I would change text button from English to Italian. I tryed to make an override, but there isn't any key to change and I read all the file in directory language and ther isn'it nothing to change because this text (Details Course) is not present. How can fix it? Thanks a lot!
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165602

1: Use this CSS in your custom.css file

.splms-course-meta{
  display: none;
}

2: For translation you can follow this documentation below:

https://www.joomshaper.com/documentation/joomla-extensions/sp-lms/translation-of-sp-lms

For more help you can create a new forum post about this new issue.

0
A
Alvas
Accepted Answer
1 year ago #165606
  1. Perfect!!!!
  2. I read all tutorial at link, but nothing match my problem. Ok, I open now a new post
  3. Thanks
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165607

You are always welcome. You can now close this post by accepting the answer.

0