Jump to content

Remove 'Written' in byline to just By ....

Recommended Posts

  • Replies 1
  • Views 834
  • Created
  • Last Reply
1 hour ago, STJ said:

Site URL: https://www.thesecrettabloidjournalist.com/

Hello, 

Please can someone tell me to CSS to remove the word Written in Written By XXXX byline.

I just want the byline to say By Joe Bloggs for example. 

Thank you very much,

 

image.png.df105f644272a930190a55741db0c593.png

Add this snippet into Settings -> Advanced -> Code Injection -> Footer

<script>
  (function() {
      	document.querySelectorAll('.blog-meta-item .blog-author-name').forEach(function(n) {
        var node = n.previousSibling;
        node.replaceWith("By ");
      });
    })();
</script>

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace
🚀 Learn how to rank new pages on Google in 48 hours!

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

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.