Hi, I would like to remove the “Written by” from the Blog section in Atlantic Theme.
Thank you
Please Share a Store url to better understand
Hi @AU_3
You can follow the instruction here to remove the author on the blog:
-
Go to Shopify > Theme > Customize > open Custom CSS
-
Copy and paste this code to the section > Save
.article-author > span {
display: none !important;
}
Here is the result from Atlantic Theme:
1 Like
Simply go to Online Store > Themes in your Shopify admin.
Find the Atlantic theme, click Actions > Edit Code.
Open article.liquid (usually in the Sections or Templates folder).
Search for “Written by” and delete or comment out the line.
Hello @AU_3 , try this
.article-author > span {
display: none !important;
}
Great thank you that work. Can you please advise how to also remove the blue round icon that your arrow in the image above is pointing at? Thank you,