Remove author from Blog - Atlantic Theme

Hi, I would like to remove the “Written by” from the Blog section in Atlantic Theme.
Thank you

Hey @AU_3

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Please Share a Store url to better understand

Hi @AU_3

You can follow the instruction here to remove the author on the blog:

  1. Go to Shopify > Theme > Customize > open Custom CSS

  2. 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,