cassiepdx Posted November 5, 2023 Share Posted November 5, 2023 (edited) I have several videos uploaded on the site that have their own individual video pages. At the bottom of these pages is an autogenerated "You might also like" section below the video pagination. I am trying to hide this altogether on every individual video page. @tuanphan @creedon https://lily-glockenspiel-trzw.squarespace.com/online-resources/v/zerl4h4mjby9dyn98dah6gwcb6fnte password: jazz Edited November 5, 2023 by cassiepdx Added users Link to comment
Solution creedon Posted November 5, 2023 Solution Share Posted November 5, 2023 Add the following to Website > Website Tools > Custom CSS. .lessons-item-related-wrapper { display : none; } This is for v7.1. This is a pretty general selector so if it hides element you don't want hidden, let us know and we can refine the selector. Let us know how it goes. jonshon 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
cassiepdx Posted November 5, 2023 Author Share Posted November 5, 2023 @creedon This worked, thank you so much! creedon 1 Link to comment
sloan Posted March 13 Share Posted March 13 Hi, I'm having the same issue. I tried the code you listed but it removes everything. I am hoping just to get rid of the "You Might Also Like" text but keep the videos below. Is that possible? Link to comment
creedon Posted March 13 Share Posted March 13 2 hours ago, sloan said: I tried the code you listed but it removes everything. The code was designed to get rid of everything per the original poster's request. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
sloan Posted March 13 Share Posted March 13 Thank you so much for the quick response. It's still a WIP site because I wanted to be sure I could get rid of the "You Might Also Like" before moving ahead. The URL is here: https://dodecahedron-spinach-74ef.squarespace.com/videos-2/v/john-mcenroe-does-voice-over-now-zpk5h-8j8df-l4lyz-28m3h and the password is: Lauren Link to comment
creedon Posted March 14 Share Posted March 14 54 minutes ago, sloan said: I wanted to be sure I could get rid of the "You Might Also Like" Add the following to Website > Website Tools > Custom CSS. .lessons-item-related-title { display : none; } This is for v7.1. Let us know how it goes. jonshon 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
sloan Posted March 14 Share Posted March 14 I do have 2 more questions now... On that same page, do you know if there is a way to change the size (and colour) of the text below those videos? I don't want to impact the way they look on the main 'work' page though. And, I have been trying to add a text block to the top of the same page without having to add a whole new section but it won't allow me to. Any suggestions? I'm hoping it will go between my header and the videos but I can't seem to add anything there but I did manage to hide the 'work' category as I wasn't able to change the size of that font at all. I think it's because it's a template. Thanks again Link to comment
tuanphan Posted March 16 Share Posted March 16 On 3/14/2024 at 9:14 AM, sloan said: I do have 2 more questions now... On that same page, do you know if there is a way to change the size (and colour) of the text below those videos? I don't want to impact the way they look on the main 'work' page though. And, I have been trying to add a text block to the top of the same page without having to add a whole new section but it won't allow me to. Any suggestions? I'm hoping it will go between my header and the videos but I can't seem to add anything there but I did manage to hide the 'work' category as I wasn't able to change the size of that font at all. I think it's because it's a template. Thanks again #1. Use this code to Custom CSS box a.related-item-link-text { color: #f1f; font-size: 12px !important; } #2. Same text for all subpages or each page will have a different text? 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment