Jump to content

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

Recommended Posts

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>

 

Edited by bangank36
changes

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 plugin
If 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

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.