Sibylle_Zurich Posted May 10, 2021 Share Posted May 10, 2021 Site URL: https://tetra-rust-dgbl.squarespace.com/ Site URL: https://tetra-rust-dgbl.squarespace.com/ PW: or neverornow Hi there, Quick question regarding custom CSS for blog posts/blog items. What is the Custom CSS required to change the font for: date category >> on both, blog post overview page and on blog post detailpage I tried already the following: DOES NOT WORK: time.blog-date { font-family: 'GTEestiLight' !important; } DOES WORK: time.blog-date { display: none !important; } Please help! 🙂 Thanks in advance! Sibylle Link to comment
tuanphan Posted May 12, 2021 Share Posted May 12, 2021 Hi, or neverornow neverornow Incorrect password. Can you check it 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
Sibylle_Zurich Posted June 2, 2021 Author Share Posted June 2, 2021 On 5/12/2021 at 12:01 PM, tuanphan said: Hi, or neverornow neverornow Incorrect password. Can you check it again? It is orneverornow!! Sorry!!! Thank you! Sibylle Link to comment
tuanphan Posted June 3, 2021 Share Posted June 3, 2021 On 6/2/2021 at 7:32 PM, Sibylle_Zurich said: It is orneverornow!! Sorry!!! Thank you! Sibylle Add to Design > Custom CSS /* Blog date category */ .blog-meta-section * { font-family: 'GTEestiLight' !important; } body .blog-item-wrapper .blog-item-meta-wrapper * { font-family: 'GTEestiLight' !important; } Ems-H, chynna and irenewcc 3 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
irenewcc Posted March 1, 2022 Share Posted March 1, 2022 (edited) On 6/3/2021 at 10:54 PM, tuanphan said: Add to Design > Custom CSS /* Blog date category */ .blog-meta-section * { font-family: 'GTEestiLight' !important; } body .blog-item-wrapper .blog-item-meta-wrapper * { font-family: 'GTEestiLight' !important; } I followed your CSS the font for the date has now changed but how do I change the size pls? Edited March 1, 2022 by irenewcc Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/1/2022 at 2:57 PM, irenewcc said: I followed your CSS the font for the date has now changed but how do I change the size pls? just add font-size: 10px !important; 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
Iwan Posted March 23, 2022 Share Posted March 23, 2022 Hi there @tuanphan (again). I would like to change the font style of my video captions...can you please help? Link to comment
tuanphan Posted March 24, 2022 Share Posted March 24, 2022 On 3/23/2022 at 1:48 PM, Iwan said: Hi there @tuanphan (again). I would like to change the font style of my video captions...can you please help? Try this to Design > Custom CSS. If it doesn't work, please share link to page where you use video, we can check easier .video-caption { font-size: 15px !important; color: #f1f !important; font-family: monospace !important; } 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
Iwan Posted March 24, 2022 Share Posted March 24, 2022 Thanks, this works but I would like the font to be DIN Condensed, not monospace :) Please Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 On 3/24/2022 at 3:36 PM, Iwan said: Thanks, this works but I would like the font to be DIN Condensed, not monospace :) Please Can you share link to your site? I can check correct font code for din condensed easier 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
Iwan Posted March 28, 2022 Share Posted March 28, 2022 https://beige-oleander-mp66.squarespace.com/ password tuansqsp Thanks! Link to comment
tuanphan Posted March 30, 2022 Share Posted March 30, 2022 On 3/28/2022 at 1:42 PM, Iwan said: https://beige-oleander-mp66.squarespace.com/ password tuansqsp Thanks! Thank you. Use this code .video-caption { font-size: 15px !important; color: #f1f !important; font-family: 'din-condensed-web' !important; } 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