noraboeke-art 0 Share Posted October 14, 2020 Site URL: https://heron-olive-sh9k.squarespace.com/config/pages/5f8761dcbbd869242a70b3be  Hi! I hope you can help me out 🙂 I'm trying to add a subtitle to the thumbnails in my portfolio grid.  I saw that you need to add <br/> subtitle to the title. But that doesnt work. Do I need to add something to Custom CSS?  Thank you in advance! Link to post
0 tuanphan 8,947 Solution Share Posted October 21, 2020 Add this to Home > Design > Custom CSS h3.portfolio-title span { display: block; font-size: 12px; } then edit title to this format Quote Title <span>Subtitle</span>  vcampaner 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 tuanphan 8,947 Share Posted October 16, 2020 /config is url for site owner. You mean this page? https://heron-olive-sh9k.squarespace.com/beachlife I see sub title here. Do you still need help? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 noraboeke-art 0 Author Share Posted October 18, 2020 Hi Tuanphan, Thanx for your reply. That is the page im showcasing my work right now. The problem there is that it is not clear for people that the images are clickable.  So that's why I started to showcase my work in a portfolio page (but this one is still hidden since it is not finished yet). I want the portfolio page to look the same as this page https://heron-olive-sh9k.squarespace.com/beachlife So im wondering how I can add a subtitle to the titles under the thumbnails. Hope you can help me out with this 🙂 Link to post
0 tuanphan 8,947 Share Posted October 19, 2020 Can you share link to portfolio page? We can check easier You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 noraboeke-art 0 Author Share Posted October 20, 2020 Hi Tuanphan, The link is https://www.noraboeke-art.com/series-2 and the password: thankyou 🙂  Link to post
0 noraboeke-art 0 Author Share Posted October 21, 2020 Hi Tuanphan, Thanx for your reply. Im wondering what im doing wrong since its not working yet. Attached 2 photo's with what I did. Also I would like to have the subtitle in normal weight as on the last image (that's from a normal page and not a portfolio grid). Link to post
0 tuanphan 8,947 Share Posted October 23, 2020 Not sure why, but your code has invalid character. Try copy this code then enter title box  You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 noraboeke-art 0 Author Share Posted October 23, 2020 I've copied  Seah <span>Fine art print</span> to the title box in project settings. Do I need to do this somewhere else?   Link to post
0 tuanphan 8,947 Share Posted October 25, 2020 That strange. Just tested on my site & It worked here. -- Do you use Personal Plan or higher?  You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 noraboeke-art 0 Author Share Posted October 25, 2020 I use a business account. Really strange..  Thanx for your help though 🙂 Link to post
0 noraboeke-art 0 Author Share Posted October 25, 2020 Hi Tuanpan, I found out that this code is working for the portfolio layout: grid overlay. So that's great! The thing is... im using the 'grid simple' design. So maybe there is another code needed for that one?  On 10/23/2020 at 11:50 AM, tuanphan said: Not sure why, but your code has invalid character. Try copy this code then enter title box   Link to post
0 brianb123 0 Share Posted December 9, 2020 @noraboeke-art did you ever figure this out? I am trying to do the same thing using the grid simple option for may portfolio page.  Link to post
0 tuanphan 8,947 Share Posted December 11, 2020 On 12/10/2020 at 3:06 AM, brianb123 said: @noraboeke-art did you ever figure this out? I am trying to do the same thing using the grid simple option for may portfolio page.  It still work on my client site. Try this code. It it doesn't work, can you share link to your site? We can check easier.  You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 brianb123 0 Share Posted December 12, 2020 7 hours ago, tuanphan said: It still work on my client site. Try this code. It it doesn't work, can you share link to your site? We can check easier.  Thanks for your reply. I tried this a had similar results to @noraboeke-art, it worked for the portfolio layout:grid overlay where the text overlays the image but not for the portfolio layout:simple grid where text is below image. Link to post
0 tuanphan 8,947 Share Posted December 12, 2020 4 hours ago, brianb123 said: Thanks for your reply. I tried this a had similar results to @noraboeke-art, it worked for the portfolio layout:grid overlay where the text overlays the image but not for the portfolio layout:simple grid where text is below image. Do you use Personal Plan or higher? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 brianb123 0 Share Posted December 12, 2020 I use personal plan. Do I need a higher account to do this simple thing? Link to post
0 vcampaner 1 Share Posted December 14, 2020 Hello, I have tried this code, which has worked wonderfully. Thank you Tuanphan (I have been following some of your answers over this forum, and I am so grateful for your generosity of this knowledge) h3.portfolio-title span { display: block; font-size: 12px; }   Quote Title <span>Subtitle</span> I have a quick question. following this code. with this code I was able to add a subtitle under the title of a project on the thumbnails - great. Now, Is it possible to have the option to add like 3-4 subtitles? one subtitle has its own line? I am not knowledgeable of custom CSS, so again, I am very grateful for this forum 🙂 Link to post
0 tuanphan 8,947 Share Posted December 15, 2020 16 hours ago, vcampaner said: Hello,  I have tried this code, which has worked wonderfully. Thank you Tuanphan (I have been following some of your answers over this forum, and I am so grateful for your generosity of this knowledge) h3.portfolio-title span { display: block; font-size: 12px; }   Quote Title <span>Subtitle</span> I have a quick question. following this code. with this code I was able to add a subtitle under the title of a project on the thumbnails - great. Now, Is it possible to have the option to add like 3-4 subtitles? one subtitle has its own line? I am not knowledgeable of custom CSS, so again, I am very grateful for this forum 🙂 Add more span Title <span>sub1</span><span>sub2</span><span>sub3</span>  You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 vcampaner 1 Share Posted December 15, 2020 12 minutes ago, tuanphan said: Add more span Title <span>sub1</span><span>sub2</span><span>sub3</span>  This works, thank you so much. What if I have longer text than what the title page settings can take ? Is there a way to add more text space. also is there a code that adjust line height of the subtitle on thumbnails. When I try changing the title height, it doesn't affect the subtitles correctly. this is so helpful. thank you so much. Link to post
0 brianb123 0 Share Posted December 15, 2020 On 12/12/2020 at 2:35 AM, tuanphan said: Do you use Personal Plan or higher? I use the personal plan now. Do I need a higher plan to do a subtitle for the simple portfolio grid? Link to post
0 tuanphan 8,947 Share Posted December 17, 2020 On 12/15/2020 at 3:47 PM, vcampaner said: This works, thank you so much. What if I have longer text than what the title page settings can take ? Is there a way to add more text space. also is there a code that adjust line height of the subtitle on thumbnails. When I try changing the title height, it doesn't affect the subtitles correctly. this is so helpful. thank you so much. Hi. Have you solved this yet? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 vcampaner 1 Share Posted December 19, 2020 On 12/17/2020 at 3:43 PM, tuanphan said: Hi. Have you solved this yet? Not yet! 😞 Link to post
Question
noraboeke-art 0
Site URL: https://heron-olive-sh9k.squarespace.com/config/pages/5f8761dcbbd869242a70b3be
Â
Hi!
Thank you in advance!I hope you can help me out 🙂
I'm trying to add a subtitle to the thumbnails in my portfolio grid. Â
I saw that you need to add <br/> subtitle to the title.Â
But that doesnt work.Â
Do I need to add something to Custom CSS?Â
Â
Link to post
Top Posters For This Question
9
7
4
3
Popular Days
Dec 12
3
Oct 25
3
Dec 15
3
Oct 21
2
Top Posters For This Question
tuanphan 9 posts
noraboeke-art 7 posts
brianb123 4 posts
vcampaner 3 posts
Popular Days
Dec 12 2020
3 posts
Oct 25 2020
3 posts
Dec 15 2020
3 posts
Oct 21 2020
2 posts
Popular Posts
tuanphan
Add this to Home > Design > Custom CSS h3.portfolio-title span { display: block; font-size: 12px; } then edit title to this format Â
Posted Images
22 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment