Ramona1111 Posted February 15 Posted February 15 Can anyone advise how to hide or remove the progress bar and 0:11 seconds showing as the time per lesson? Videos are embedded so the time showing is not correct, nor is it needed.
tuanphan Posted February 18 Posted February 18 Use this code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ramona1111 Posted February 19 Author Posted February 19 Thanks for the reply, I have a code to remove header on this page already, so when I add the additional code it is dropping the code in as a header.
tuanphan Posted February 21 Posted February 21 Because you added to wrong position. My code, you need to add to Custom CSS box Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ramona1111 Posted February 21 Author Posted February 21 Great, thank you! That worked for the progress bar. But I still have the lesson times showing up, they are wrong and not needed. Is it possible to remove them as well?
tuanphan Posted February 24 Posted February 24 Try this CSS code, if it doesn't work, you can share link to Course page on your site, I can check easier time[data-video-duration] { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ramona1111 Posted February 27 Author Posted February 27 That almost did it, just one last place this shows up. Here's the link to the public page, is that what you need? http://ramonashaffer.com/livwell Thanks so much for the help!
tuanphan Posted March 2 Posted March 2 On 2/28/2024 at 5:56 AM, Ramona1111 said: That almost did it, just one last place this shows up. Here's the link to the public page, is that what you need? http://ramonashaffer.com/livwell Thanks so much for the help! Use this CSS code to hide it div.course-list__grid-chapter-item-chapter-meta { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Abail Posted March 14 Posted March 14 Hello, I'm also trying to remove the 0:11 lesson time. This code worked for me: time[data-video-duration] { display: none; } But this code did not: time[data-video-duration] { display: none; } Is there something I'm missing to remove this last lesson time duration? Thank you!
tuanphan Posted March 15 Posted March 15 On 3/14/2024 at 10:24 AM, Abail said: Hello, I'm also trying to remove the 0:11 lesson time. This code worked for me: time[data-video-duration] { display: none; } But this code did not: time[data-video-duration] { display: none; } Is there something I'm missing to remove this last lesson time duration? Thank you! Can you share link to this page? I will check again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Aullie Posted June 5 Posted June 5 @Ramona1111 @Abail I had the same issue with the lesson times showing up but you don't need code to hide it. I'ts because Squarepace put a video place holder for you so you have to delete it. Go to "manage your lesson" and then click "lesson settings" then under "Video" you will see "show lesson video" make sure to toggle that "on" then there will be a video in there that Squarespace had automatically uploaded. You have to delete that video and then the lesson time will disappear. You can then toggle that "off" to not show a video or replace it with your own video.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment