Hide my name on blog post

Hi, I would like to delete a name from my blog page. How can it be done?

https://placentactive.com.au/blogs/news/hair-growth-routine-and-products

Hello @sofiakarkus

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.article__wrapper .section-header--article { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Hi, thanks, but now it doesn’t show the header at all. Is it possible to hide the date and name while keeping the blog header?

Replace the code with this:

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.article__wrapper header.section-header.section-header--article { padding-bottom: 20px !important; } .article__wrapper p.article__meta.aos-init.aos-animate{ display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

Thank you so much, it worked! :slightly_smiling_face:

1 Like