roqueemroll Posted July 22, 2022 Share Posted July 22, 2022 Site URL: https://www.sandrarsobral.com/ Hello! How do I make the text 2 lines on thumbnails for portfolio pages? Also making the second line text smaller. Thank you Link to comment
tuanphan Posted July 23, 2022 Share Posted July 23, 2022 Add to Design > Custom CSS a.grid-item h3:after { display: block; font-size: 12px; } a.grid-item[href="/work/amazfitsocial"] h3:after { content: "social media"; } a.grid-item[href="/work/welcomepickups"] h3:after { content: "marketing"; } a.grid-item[href="/work/twistandshout"] h3:after { content: "branding"; } a.grid-item[href="/work/rockclassics"] h3:after { content: "motion graphics"; } a.grid-item[href="/work/toshibasocial"] h3:after { content: "social media"; } a.grid-item[href="/work/comfeesocial"] h3:after { content: "social media"; } a.grid-item[href="/work/socialvol1"] h3:after { content: "vol1"; } a.grid-item[href="/work/stranger-things-intro"] h3:after { content: "motion graphics"; } a.grid-item[href="/work/posters"] h3:after { content: "poster"; } a.grid-item[href="/work/evelyn"] h3:after { content: "product"; } 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
roqueemroll Posted July 23, 2022 Author Share Posted July 23, 2022 21 hours ago, tuanphan said: Add to Design > Custom CSS a.grid-item h3:after { display: block; font-size: 12px; } a.grid-item[href="/work/amazfitsocial"] h3:after { content: "social media"; } a.grid-item[href="/work/welcomepickups"] h3:after { content: "marketing"; } a.grid-item[href="/work/twistandshout"] h3:after { content: "branding"; } a.grid-item[href="/work/rockclassics"] h3:after { content: "motion graphics"; } a.grid-item[href="/work/toshibasocial"] h3:after { content: "social media"; } a.grid-item[href="/work/comfeesocial"] h3:after { content: "social media"; } a.grid-item[href="/work/socialvol1"] h3:after { content: "vol1"; } a.grid-item[href="/work/stranger-things-intro"] h3:after { content: "motion graphics"; } a.grid-item[href="/work/posters"] h3:after { content: "poster"; } a.grid-item[href="/work/evelyn"] h3:after { content: "product"; } Perfect! 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