czbwoi Posted April 15, 2020 Share Posted April 15, 2020 I'm trying to add some text above my index page content to let it be known that you click the thumbnails to view more. I can't add a text block or anything on the index page like on other pages - is there a way to add some type of text at the top of the page, and in whatever size I prefer? My last resort would be to make custom thumbnails for everything to showcase there's more once you click, but that seems excessive and some text up top would be simpler. Link to comment
tuanphan Posted April 15, 2020 Share Posted April 15, 2020 Can you share link to index page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted April 15, 2020 Author Share Posted April 15, 2020 https://cristianzdremtan.com/graphicdesign It's the standard main index page on Flatiron which was defaulted as home, but I changed the home page to something else. Link to comment
elizamoraes Posted April 18, 2020 Share Posted April 18, 2020 I have the same problem! I would like to have a banner, it doesn't have to be necessary on the index page. When I try a slideshow gallery to be as a banner the space between the navigation bar and the block is larger than the space on the index page, so when it's shown on a computer screen the slideshow is cut. Link to comment
czbwoi Posted April 20, 2020 Author Share Posted April 20, 2020 Is that a no, tuanphan? For any type of text above the thumbnails on the index page? Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 On 4/18/2020 at 11:56 PM, elizamoraes said: I have the same problem! I would like to have a banner, it doesn't have to be necessary on the index page. When I try a slideshow gallery to be as a banner the space between the navigation bar and the block is larger than the space on the index page, so when it's shown on a computer screen the slideshow is cut. 2 hours ago, czbwoi said: Is that a no, tuanphan? For any type of text above the thumbnails on the index page? add here? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted April 21, 2020 Author Share Posted April 21, 2020 Yes, exactly like that tuanphan, some text in black font, but smaller if I could control the size. And if a banner image is possible for elizamoraes as well I suppose. Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 12 hours ago, czbwoi said: Yes, exactly like that tuanphan, some text in black font, but smaller if I could control the size. And if a banner image is possible for elizamoraes as well I suppose. Add to Page Settings > Advanced > Header <style> div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
steevensalvat Posted April 29, 2020 Share Posted April 29, 2020 Hello @tuanphan, I am looking for a solution to add a slideshow banner between my navigation and my index grid. The goal is to make one of my new project to stand out from others with a full width index thumb on top of others. I scanned google search but can't figure out how to do it and the solution you gave to @czbwoi is really close to what I imagine but with an index thumb. Ideally I would have dreamed that squarespace let us add different module on an index page, like slideshows or videos. If you have any solution to my problem I would really appreciate! Thank you! Here is a link to that page on my website: https://www.steeven-salvat.com/ Best regards, Link to comment
derricksrandomviews Posted April 29, 2020 Share Posted April 29, 2020 Can't you just put an image and text in the Summary page header? LIke my page, and I had a banner image also but removed it. https://myrandomviews.com/storysummary Link to comment
czbwoi Posted April 30, 2020 Author Share Posted April 30, 2020 On 4/22/2020 at 7:26 AM, tuanphan said: Add to Page Settings > Advanced > Header <style> div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } </style> @tuanphan For this specific page it's actually Index Settings > Advanced > Header if I'm assuming I'm doing what you're asking correctly...but doing so lead me to, "PREMIUM FEATURE Premium Feature Available on Business and Commerce plans. Learn more." We seriously can't add any type of code to edit pages at all with a basic consumer plan...like most people in my shoes and position would have? Well this is news to me. Link to comment
tuanphan Posted April 30, 2020 Share Posted April 30, 2020 5 hours ago, czbwoi said: @tuanphan For this specific page it's actually Index Settings > Advanced > Header if I'm assuming I'm doing what you're asking correctly...but doing so lead me to, "PREMIUM FEATURE Premium Feature Available on Business and Commerce plans. Learn more." We seriously can't add any type of code to edit pages at all with a basic consumer plan...like most people in my shoes and position would have? Well this is news to me. You can add CSS to custom CSS, for Personal Plan. Which page you want to apply, can you share link? I will check again. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted May 1, 2020 Author Share Posted May 1, 2020 10 hours ago, tuanphan said: You can add CSS to custom CSS, for Personal Plan. Which page you want to apply, can you share link? I will check again. For this page @tuanphan, which is an index page: https://cristianzdremtan.com/graphicdesign Link to comment
tuanphan Posted May 1, 2020 Share Posted May 1, 2020 29 minutes ago, czbwoi said: For this page @tuanphan, which is an index page: https://cristianzdremtan.com/graphicdesign Add to Home > Design > Custom CSS body#collection-5e72ae951e6cc747e7d6fdfd div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } 5 mins Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted May 1, 2020 Author Share Posted May 1, 2020 6 hours ago, tuanphan said: Add to Home > Design > Custom CSS body#collection-5e72ae951e6cc747e7d6fdfd div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } 5 mins Bingo, that's it, thanks! Is it possible to change it to be the same font as everything else, proxima nova? I've tried to replace monospace with that in the code and it doesn't work. Or proxima, or proximanova, a few combinations I thought of, no luck. Link to comment
tuanphan Posted May 1, 2020 Share Posted May 1, 2020 Just now, czbwoi said: Bingo, that's it, thanks! Is it possible to change it to be the same font as everything else, proxima nova? I've tried to replace monospace with that in the code and it doesn't work. Or proxima, or proximanova, a few combinations I thought of, no luck. proxima-nova Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted May 1, 2020 Author Share Posted May 1, 2020 Ah, thank you. Last bit of help since you're here and I've noticed this, is it possible to remove this custom CSS we've added once you click a thumbnail and are inside the new page? Like so that it's only present on the index page itself, but not anymore once you click on one of the thumbnails. It doesn't make much sense to continue to have something like "Click on the thumbnails for more." up top once you click on one and you're inside of it, when there isn't anything else to click anymore. If you somehow know if that's possible, I'd be more than impressed because at this point that loophole doesn't seem likely... Link to comment
tuanphan Posted May 2, 2020 Share Posted May 2, 2020 On 5/1/2020 at 3:16 PM, czbwoi said: Ah, thank you. Last bit of help since you're here and I've noticed this, is it possible to remove this custom CSS we've added once you click a thumbnail and are inside the new page? Like so that it's only present on the index page itself, but not anymore once you click on one of the thumbnails. It doesn't make much sense to continue to have something like "Click on the thumbnails for more." up top once you click on one and you're inside of it, when there isn't anything else to click anymore. If you somehow know if that's possible, I'd be more than impressed because at this point that loophole doesn't seem likely... Edit above code to body#collection-5e72ae951e6cc747e7d6fdfd.view-list div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
czbwoi Posted May 20, 2020 Author Share Posted May 20, 2020 On 5/2/2020 at 9:44 AM, tuanphan said: Edit above code to body#collection-5e72ae951e6cc747e7d6fdfd.view-list div#container-content:before { content: "Tuan Phan"; display: block; text-align: center; margin-top: 1px; margin-bottom: 5px; font-size: 2em; color: red; font-family: monospace; } Sorry, I never got a notification you replied back - but the above code does the same thing as before, the text still stays there once you click on a thumbnail :/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.