tatihagen Posted May 11, 2022 Share Posted May 11, 2022 Site URL: https://tatianahagen.squarespace.com/ Hello, I'm using the template Jasper Jin for my portfolio website here on squarespace and I'd like to put a subtitle (with the same font with lighter weight) underneath the navigation title of my index page. Almost resembling a tag for that page, for example: (photography, graphic design, illustration, etc). Please, see the attached file below as reference: Does anyone know how I can do that? Thank you! :) Link to comment
Beyondspace Posted May 11, 2022 Share Posted May 11, 2022 3 hours ago, tatihagen said: Site URL: https://tatianahagen.squarespace.com/ Hello, I'm using the template Jasper Jin for my portfolio website here on squarespace and I'd like to put a subtitle (with the same font with lighter weight) underneath the navigation title of my index page. Almost resembling a tag for that page, for example: (photography, graphic design, illustration, etc). Please, see the attached file below as reference: Does anyone know how I can do that? Thank you! 🙂 what is your site-wide password? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tatihagen Posted May 11, 2022 Author Share Posted May 11, 2022 (edited) 16 hours ago, bangank36 said: what is your site-wide password? The password is: 2020 Thank you 🙂 Edited May 11, 2022 by tatihagen Link to comment
Beyondspace Posted May 12, 2022 Share Posted May 12, 2022 15 hours ago, tatihagen said: The password is: 2020 Thank you 🙂 It's wrong password. Kindly check it again Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tatihagen Posted May 12, 2022 Author Share Posted May 12, 2022 (edited) 4 minutes ago, bangank36 said: It's wrong password. Kindly check it again I'm sorry. Weirdly, for me that password is working. Bu I set it to public now. 🙂 Edited May 12, 2022 by tatihagen Link to comment
tatihagen Posted May 12, 2022 Author Share Posted May 12, 2022 (edited) I saw these two codes made by the member Tuanphan (for other templates) on other threads and was playing around with it: /* Add subtitle */ h3.portfolio-title:after { font-size: 20px; color: black; display: block; } a.grid-item[href="/grid-simple/project-one-m2y26"] h3:after { content: "subtitle 01"; } a.grid-item[href="/grid-simple/project-two-yttz3"] h3:after { content: "subtitle 01"; } div#index-section-test-regular-page h2.index-item-title a:after { content: "squarespace best"; display: block; color: gray; font-size: 16px; } But I don't know how to make it work as I don't really know how to code. 😞 Edited May 12, 2022 by tatihagen Link to comment
Solution Beyondspace Posted May 12, 2022 Solution Share Posted May 12, 2022 You can try the following code /*general config for subtitle*/ .index-section .index-item-title:after { color: #000; display: block; font-weight: lighter; } /*set content for subtitle item*/ .index-section:nth-child(1) .index-item-title:after { content: 'Here is the first paragrapth for index title'; } .index-section:nth-child(2) .index-item-title:after { content: 'Here is the second paragrapth for index title'; } Let me know how it goes jessica_leavitt 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted May 12, 2022 Share Posted May 12, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tatihagen Posted May 12, 2022 Author Share Posted May 12, 2022 (edited) Thank you so much, Bangank36!! 🙂 I have only one issue with it, how do I change the text in different pages? See, I have more than one index page to categorize my work. So I can't repeat the same subtitle on every index page. Edited May 12, 2022 by tatihagen Link to comment
tatihagen Posted May 12, 2022 Author Share Posted May 12, 2022 Update! I believe I was able to do it researching about the "Find Squarespace ID" and copying the code. Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 On 5/13/2022 at 12:16 AM, tatihagen said: Update! I believe I was able to do it researching about the "Find Squarespace ID" and copying the code. Did you solve or still need help? You can target PAGE ID to achieve this 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment