Jump to content

Custom CSS to change the date and category font in blog post - Squarespace 7.1

Recommended Posts

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
  • 3 weeks later...
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;
}

 

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
  • 8 months later...
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 by irenewcc
Link to comment
  • 3 weeks later...
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.