STJ Posted August 1, 2020 Share Posted August 1, 2020 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, Link to comment
Beyondspace Posted August 2, 2020 Share Posted August 2, 2020 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, 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.