Jump to content

Trying to add a Text block to Blog/News page in 7.0

Recommended Posts

10 minutes ago, 1to3go said:

Site URL: https://rhino-potato-yp38.squarespace.com/

Trying to add a text block "News" to the Blog page (menu item News) in 7.0. Moksha template. Hoping to have this page match the others on the site with the block between the picture and the blog/news items. 

PW is: kraftpaper

Can this be done by CSS using the site H1 header?

Screen Shot 2022-04-06 at 5.16.20 PM.png

Can you share the link to this page?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 4/7/2022 at 6:56 AM, 1to3go said:

Try adding to Design > Custom CSS

section.BlogList:before {
    content: "enter text here";
    display: block;
    font-family: hypatia-sans-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
    color: red;
}

 

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

Try adding to Design > Custom CSS

section.BlogList:before {
    content: "enter text here";
    display: block;
    font-family: hypatia-sans-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
    color: red;
}

 

Any way to reflect the sites H1 font?

Link to comment
8 hours ago, tuanphan said:

Try adding to Design > Custom CSS

section.BlogList:before {
    content: "enter text here";
    display: block;
    font-family: hypatia-sans-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
    color: red;
}

 

OK A few tweaks and it's perfect:
 

/*sdd text to news blog page*/

section.BlogList:before {
    content: "News";
    display: block;
    font-family: hypatia-sans-pro;
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 0em.;
    line-height: 1.1em;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin-bottom: 60px;
    color: hsl(232, 84%, 19%);
    text-shadow: 3px 3px 7px #909090;
}

/*sdd text to news blog page*/

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.