Jump to content

Unanswered: How to adjust the text of an image card

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://www.cedarbuiltgreenhouses.com/styles-page

Hello, 

I posted this question about 2 weeks ago but it may have been forgotten:

https://forum.squarespace.com/topic/195506-how-to-adjust-the-text-of-an-image-card/

I'd like to adjust the size and font of the subject and body text in the image cards I have on this page. Can someone give me the code so I can play around with font and text sizes? I want to make the text "The Freestanding" a smaller size and font style (any font is okay, I just need the code)

image.png.7b9f78502912781a257a71671a820cf0.png

Link to comment
  • Replies 6
  • Views 688
  • Created
  • Last Reply

Top Posters In This Topic

On 6/1/2021 at 12:28 AM, CBGreenhouses said:

Site URL: https://www.cedarbuiltgreenhouses.com/styles-page

Hello, 

I posted this question about 2 weeks ago but it may have been forgotten:

https://forum.squarespace.com/topic/195506-how-to-adjust-the-text-of-an-image-card/

I'd like to adjust the size and font of the subject and body text in the image cards I have on this page. Can someone give me the code so I can play around with font and text sizes? I want to make the text "The Freestanding" a smaller size and font style (any font is okay, I just need the code)

image.png.7b9f78502912781a257a71671a820cf0.png

Add to Design > Custom CSS

/* The freestanding */
div#block-yui_3_17_2_1_1617744824073_15757 {
.image-title * {
    font-family: monospace;
    color: red;
    font-size: 20px;
}
.image-subtitle * {
    font-family: futura-pt;
    color: green;
    font-size: 20px;
}
}

 

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 6/5/2021 at 12:43 AM, CBGreenhouses said:

And is there a code that applies to all image cards on the site?


/* All site image cards */
?????????????????????????????????????????? {
.image-title * {
    font-family: monospace;
    color: red;
    font-size: 20px;
}

Q1. To find block id, use this tool

https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en

Q2. Replace ????? with

Quote

.design-layout-card

 

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.