MarinaYTaylor Posted March 16, 2020 Share Posted March 16, 2020 Site URL: http://www.marina-taylor.com I'm looking for some code injection help for my portfolio project pages. I am using squarespace 7.1, I originally started with the Hawley template. Right above the footer is an immovable, uneditable prefooter, I believe it's known as pagination, with large buttons directing you to the previous and next projects in the portfolio. I would like to remove the pagination links altogether, and ideally show a grid of all of the projects below, similar to the index page. But at the very least I would like to remove the pagination links. I used this code, I found in a similar article: section.item-pagination.item-pagination--prev-next { display: none; } That gets rid of the links, but leaves the color block. How can I remove it all together? And also how can I apply it to all of my portfolio project pages? Thank you! Link to comment
tuanphan Posted March 16, 2020 Share Posted March 16, 2020 I see you solved? 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
pipdom Posted November 19, 2020 Share Posted November 19, 2020 @MarinaYTaylor @tuanphan I have this same issue - are you able to share the solution? thanks! Link to comment
tuanphan Posted November 19, 2020 Share Posted November 19, 2020 6 hours ago, pipdom said: @MarinaYTaylor @tuanphan I have this same issue - are you able to share the solution? thanks! If you share link to a sub page, we can give the 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!) Link to comment
pipdom Posted November 30, 2020 Share Posted November 30, 2020 @tuanphan Thanks! Here it is: https://dog-crane-8s5h.squarespace.com/roster/a-man-called-adam Pword is hello Link to comment
tuanphan Posted December 2, 2020 Share Posted December 2, 2020 On 11/30/2020 at 5:20 PM, pipdom said: @tuanphan Thanks! Here it is: https://dog-crane-8s5h.squarespace.com/roster/a-man-called-adam Pword is hello I see you removed pagination.. 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
pipdom Posted December 9, 2020 Share Posted December 9, 2020 yes thankyou. for anyone else looking the code was .item-pagination { display: none; } Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 On 12/9/2020 at 5:33 PM, pipdom said: yes thankyou. for anyone else looking the code was .item-pagination { display: none; } 1. On some pages with banner, logo is black. Do you want to change logo color on these pages? 2. Some pages on mobile have very long content. You can consider adding a back to top button 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
pipdom Posted February 2, 2021 Share Posted February 2, 2021 On 12/15/2020 at 8:01 AM, tuanphan said: 1. On some pages with banner, logo is black. Do you want to change logo color on these pages? 2. Some pages on mobile have very long content. You can consider adding a back to top button @tuanphan Thanks very much for your suggestions - I have added the back to top button but it displays all the time - is it possible for it just to appear when scrolled down a bit? And we're still changing the banners and will have a different logo edit too. Is it easy for it to change colour? Could you please let me know how to change my portfolio images to circular instead of rectangle? I tried adding circular images but have a background appear like the first image below. I want to make it look like the second image. Thanks again! Link to comment
tuanphan Posted February 6, 2021 Share Posted February 6, 2021 On 2/3/2021 at 2:14 AM, pipdom said: @tuanphan Thanks very much for your suggestions - I have added the back to top button but it displays all the time - is it possible for it just to appear when scrolled down a bit? And we're still changing the banners and will have a different logo edit too. Is it easy for it to change colour? Could you please let me know how to change my portfolio images to circular instead of rectangle? I tried adding circular images but have a background appear like the first image below. I want to make it look like the second image. Thanks again! 1. Updated back to top code. You can check again. 2. Which page you want to change logo color? 3. Add to Design > Custom CSS /* Circle images */ .portfolio-hover-bg-img { border-radius: 50%; } 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
Archived
This topic is now archived and is closed to further replies.