chrisp92 Posted April 25, 2020 Share Posted April 25, 2020 Hey everyone, My site publishes work from both artists and writers. I'd like to be able to use the author metadata capabilities so that a reader can view all the work by a particular contributor. The issue I'm having is that I can't seem to figure out how to remove the "Written by" text before an author's name on a blog post in 7.1. Does anyone have any css tips and tricks that might be able to help me out? Thank you!!! Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 Can you share link to blog post & which plan do you use? 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
chrisp92 Posted April 25, 2020 Author Share Posted April 25, 2020 The site isn't published yet, but you can visit badlandszine.com, enter the password at the lockscreen and click on any of the posts inside. I'll dm you the password. I'm on the business plan. Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 Add to Home > Design > Custom CSS .blog-meta-item.blog-meta-item--author.p-author.author { visibility: hidden; } a.blog-author-name { visibility: visible; } chrisp92 and ThreedomDesign 2 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
chrisp92 Posted April 25, 2020 Author Share Posted April 25, 2020 YOU ARE AN ANGEL! That removed the "written by." Any tips on how to now center the Author's name? I figure I could probably just inject a return in front of it? Link to comment
chrisp92 Posted April 25, 2020 Author Share Posted April 25, 2020 Fixed it with this: a.blog-author-name { display: block; white-space: pre; } Thank you so much! Link to comment
midwicket Posted June 2, 2020 Share Posted June 2, 2020 On 4/26/2020 at 6:31 AM, tuanphan said: Add to Home > Design > Custom CSS .blog-meta-item.blog-meta-item--author.p-author.author { visibility: hidden; } a.blog-author-name { visibility: visible; } I want to replace the words "written by" with "reviewed by" on the blog post. Could you clarify the CSS required to achieve this. ThreedomDesign 1 Link to comment
tuanphan Posted June 2, 2020 Share Posted June 2, 2020 17 minutes ago, midwicket said: I want to replace the words "written by" with "reviewed by" on the blog post. Could you clarify the CSS required to achieve this. Can you share link to blog post? Difficult to help without checking url code 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
midwicket Posted June 3, 2020 Share Posted June 3, 2020 15 hours ago, tuanphan said: Can you share link to blog post? Difficult to help without checking url code Hi Tuanphan, thanks for your reply. The site is under development and not published yet. We are using the Hester template on Squarespace 7.1. Link to comment
tuanphan Posted June 3, 2020 Share Posted June 3, 2020 3 minutes ago, midwicket said: Hi Tuanphan, thanks for your reply. The site is under development and not published yet. We are using the Hester template on Squarespace 7.1. You can setup password & share url. 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 May 22, 2021 Share Posted May 22, 2021 On 6/2/2020 at 5:39 AM, midwicket said: I want to replace the words "written by" with "reviewed by" on the blog post. Could you clarify the CSS required to achieve this. Have you ever received an answer to this? I also want to replace "written by" with something else. Link to comment
tuanphan Posted May 24, 2021 Share Posted May 24, 2021 On 5/22/2021 at 8:01 PM, 1to3go said: Have you ever received an answer to this? I also want to replace "written by" with something else. Can you share link to a blog post? We can help easier 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
emilyily Posted December 26, 2022 Share Posted December 26, 2022 (edited) On 4/26/2020 at 8:31 AM, tuanphan said: Add to Home > Design > Custom CSS .blog-meta-item.blog-meta-item--author.p-author.author { visibility: hidden; } a.blog-author-name { visibility: visible; } I used this code and it removed the "written by" text but now there's a huge space there. Does anyone know how to not only remove the "written by" text but also the space where it used to be? PS: I'd also love to know how to make the year display in the date metadata in blog items/posts (it displays on the blog front page but not in actual posts) Edited December 26, 2022 by emilyily add detail Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 On 12/26/2022 at 12:02 PM, emilyily said: I used this code and it removed the "written by" text but now there's a huge space there. Does anyone know how to not only remove the "written by" text but also the space where it used to be? PS: I'd also love to know how to make the year display in the date metadata in blog items/posts (it displays on the blog front page but not in actual posts) Can you share link to blog page & Which plan do/will you use: Personal, Business or Commerce Plan? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment