Davidjavu Posted August 17, 2020 Share Posted August 17, 2020 Site URL: https://davidhr.co.uk/ Hi, I'm looking for some help in adding a subtitle to my portfolio thumbnails and the how I can customise their size and italics. I'm already using the <br/> command to add a makeshift subtitle, but I'm really wanting to be able to customise my subtitles size (to make smaller) and also change it to Italics, and currently im not sure how to do this, Any help would be amazing! Thank you Link to comment
tuanphan Posted August 18, 2020 Share Posted August 18, 2020 Try add this, then let me know, I will give the code to make it new line + style it Quote title 01 <span> subtitle</span> 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
Davidjavu Posted August 19, 2020 Author Share Posted August 19, 2020 On 8/18/2020 at 2:55 PM, tuanphan said: Try add this, then let me know, I will give the code to make it new line + style it That works great! What would the styling code I need to add be? thanks! Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Add to Home >Design > Custom CSS h3.portfolio-title span { font-style: italic; font-size: 10px; display: block; } 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
Davidjavu Posted August 20, 2020 Author Share Posted August 20, 2020 4 hours ago, tuanphan said: Add to Home >Design > Custom CSS h3.portfolio-title span { font-style: italic; font-size: 10px; display: block; } thats brilliant, thank you so much! Link to comment
Webswool Posted March 29, 2021 Share Posted March 29, 2021 On 8/18/2020 at 2:55 PM, tuanphan said: Try add this, then let me know, I will give the code to make it new line + style it Hey @tuanphan - do you know if there is any way to hide the span text in the pagination? I love the formatting for the portfolio grid, but I'd like to get rid of the subtitle for the pagination labels... Thanks in advance! Link to comment
tuanphan Posted March 31, 2021 Share Posted March 31, 2021 On 3/29/2021 at 8:11 PM, Webswool said: Hey @tuanphan - do you know if there is any way to hide the span text in the pagination? I love the formatting for the portfolio grid, but I'd like to get rid of the subtitle for the pagination labels... Thanks in advance! Can you share link? I think we can use JS code to solved this 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
Webswool Posted March 31, 2021 Share Posted March 31, 2021 7 hours ago, tuanphan said: Can you share link? I think we can use JS code to solved this Sure thing. acg-demo.squarespace.com/acg-team (password: demo) I'm using your <span> method to show the job titles underneath the team members names for the hover effect but when you click through onto each team member, the job title looks a bit too much with the name on the pagination. If we could cut that down to just their name, that'd be fab! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.