Jump to content

Site Style Headline on 2 lines?

Recommended Posts

  • Replies 10
  • Created
  • Last Reply

In that case I would probably have 'Coming' in the headline and 'Soon' styled bold or italic in the Body section and  then style the bold/italic text to be the same as Coming and shift it up with a negative margin top. 

Either that or have Coming Soon as bold/italic (with Shift+Enter)  and style that as you want. 

If you're looking for a Squarespace Developer, drop me a line. 

Link to comment
17 minutes ago, colin.irwin said:

The bold gives it a tag you can use to target it. Then you use custom css to style it.

That sounds doable. Apart from my lack of css skills. Thank you very much for your help up to now.

Any chance you could post a bit off css that I can apply to the bold, then I can tweak it to suit.

Sorry to be a pain.

Link to comment

Because it's a cover page the custom css would need be in the cover page's  injection point. 

This means you would need to be on Business subscription or Commerce subscription. 

Code would be something like

<style>
  .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] p:first-of-type {
    margin-top: -39px;
}
.sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] p strong {
    font-family: din-condensed-web;
    font-size: 120px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .98px;
    line-height: 1em;
    color: #fff;
}
  
</style>

 

If you're looking for a Squarespace Developer, drop me a line. 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.