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, Beyondspace 1 Link to comment
Beyondspace Posted August 2, 2020 Share Posted August 2, 2020 (edited) 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> Edited August 2, 2020 by bangank36 changes xallarap and STJ 2 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment