1to3go Posted April 6, 2022 Share Posted April 6, 2022 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? Link to comment
Beyondspace Posted April 6, 2022 Share Posted April 6, 2022 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? Can you share the link to this page? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
1to3go Posted April 6, 2022 Author Share Posted April 6, 2022 22 minutes ago, bangank36 said: Can you share the link to this page? https://rhino-potato-yp38.squarespace.com/ PW kraftpaper Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/7/2022 at 6:56 AM, 1to3go said: https://rhino-potato-yp38.squarespace.com/ PW kraftpaper 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
1to3go Posted April 10, 2022 Author Share Posted April 10, 2022 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
1to3go Posted April 10, 2022 Author Share Posted April 10, 2022 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*/ tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment