Discologist Posted January 11 Share Posted January 11 (edited) This code technically removes the words "written by" I need to close the space up between the bullet and the author name/link. .blog-meta-item.blog-meta-item--author.p-author.author { visibility: hidden; } a.blog-author-name { visibility: visible; } FYI: Site is under construction, but should NOT need access to it. This is a basic functionality question. Edited January 11 by ChunkyGlasses more info Link to comment
Solution jpeter Posted January 11 Solution Share Posted January 11 @ChunkyGlasses Assuming you're using the Amal theme, you can use the following CSS code. .blog-meta-item.blog-meta-item--author.p-author.author { visibility: hidden; position: relative; } a.blog-author-name { visibility: visible; position: absolute; left: 0; width: max-content; } Here's an video example of the code: amal-theme.mp4 Discologist 1 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