Jump to content

Portfolio - Ability To Add a Subheading on Projects

Recommended Posts

Site URL: https://flamingo-goby-tkw6.squarespace.com/modular-homes

Site password: greenfield

 

Hello,

I have just started making a website for housing center and I would love to utilize the portfolio feature to showcase the homes rather than the blogs to feature homes.

I have added one home/project on the linked page. I am hoping to be able to add some css to be able to add a subtitle such as "Beds: 3 | Baths: 2 |  2280 Sq Ft"

I have added a screenshot showing where I am hoping to place this text. *I also want to add a jump link for view homes button to go to those homes.*

Thank you in advance for any help or consideration shot this way.

~ Patterson

Screen Shot 2021-08-17 at 10.26.51 AM.png

Edited by Patterson
Forgot to add password
Link to comment
  • Patterson changed the title to Portfolio - Ability To Add a Subheading on Projects
  • Replies 16
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

4 hours ago, Patterson said:

If you have any advice on how to customize further that would be much appreciated. Such raise font size or any other design aspects. Thanks!

Use this CSS

p.thumb-desc {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

 

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
14 hours ago, tuanphan said:

Use this CSS

p.thumb-desc {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

 

 I think this came together greatly, thank you so much for the help!

I do have one final major ask with this topic, there appears to be a character limit to the title of the thumbnail section is there a way to force remove this. This will be a big issue with adding homes that have a longer name than "Noel Chalet" as the only one I have done a page for thus far. Thanks again @tuanphan!

Screen Shot 2021-08-23 at 5.25.05 PM.png

Link to comment

Hi,

No way to remove this limit. However you can remove class="... in both tags (h2 & P), then use another CSS code to target these tags to change style. 

eg. If you remove class='thumb-caption' 

to change h2 styles, instead of using 

h2.thumb-caption {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

you can use

.portfolio-text h2 {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

similar with p

.portfolio-text p {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

 

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 8/26/2021 at 4:05 AM, tuanphan said:

Hi,

No way to remove this limit. However you can remove class="... in both tags (h2 & P), then use another CSS code to target these tags to change style. 

eg. If you remove class='thumb-caption' 

to change h2 styles, instead of using 

h2.thumb-caption {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

you can use

.portfolio-text h2 {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

similar with p

.portfolio-text p {
    color: red;
    font-size: 30px;
    font-family: monospace;
}

 

Awesome, this will work! Thanks abunch...

Link to comment

@tuanphan, at the very bottom of the page, there is the scroll option to navigate between projects. Is there a way to hide the paragraph text and just show the H2? Currently you can see in the two screenshots that the paragraph text is hidden and I cannot change the color to make it appear. Any advice would be greatly appreciated.

Screen Shot 2021-09-04 at 12.12.50 PM.png

Screen Shot 2021-09-04 at 12.13.00 PM.png

Link to comment
On 9/9/2021 at 1:56 AM, Patterson said:

All good, thanks for looking for me! It appears fine (same color) when in a different color theme just weird off its different and not able to edit in others.

Screen Shot 2021-09-08 at 2.55.09 PM.png

Ah, I thought of another way.

Try adding this to Design > Custom CSS

/* Hide description under pagination title portfolio */
.item-pagination[data-collection-type^="portfolio"] .pagination-title-wrapper {
    color: transparent;
    position: relative;
    bottom: -20px;
}

image.thumb.png.deaf5328909ed176a65cd9aab29a9711.png

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 9/11/2021 at 9:34 PM, tuanphan said:

Ah, I thought of another way.

Try adding this to Design > Custom CSS

/* Hide description under pagination title portfolio */
.item-pagination[data-collection-type^="portfolio"] .pagination-title-wrapper {
    color: transparent;
    position: relative;
    bottom: -20px;
}

image.thumb.png.deaf5328909ed176a65cd9aab29a9711.png

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.