tuanphan Posted November 24 Posted November 24 (edited) This will require a custom plugin. If code doesn't work, you can send link to a video detail page + exact code you added, I will check easier. To create a custom Footer on Video Detail Page, you can follow these. #1. Create a Page in Not Linked. Use Name/URL: Custom Video Footer - /custom-video-footer #2. Next, design the page. Here I use a simple design. #3. Install this plugin. https://www.will-myers.com/products/p/section-loader-supreme You can use code: TUAN to get 10% discount. Plugin will give you some code to Code Injection Header/Footer #4. Hover on Video Page > Click Gear icon #5. Click Advanced > Page Header Code Injection #6. Insert this code <div data-wm-plugin="load" data-target="/custom-video-footer"></div> #7. Use this code to Code Injection > Footer, under plugin code #8. Use this code to Custom CSS box [data-target="/custom-video-footer"] { display: none; } body:has(article.lesson-item) [data-target="/custom-video-footer"] { display: block; } #9. Result Edited Sunday at 10:53 PM by tuanphan fix first image 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!)
tuanphan Posted November 24 Author Posted November 24 To hide current Footer on Video Detail Page, use this to Custom CSS box body:has(article.lesson-item) footer.sections { 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment