How can i remove the headline of my blog?

hello everyone i want to remove the headline of my blog because it looks ugly and i cant edit it really easy but how can i remove this thanks everyone on the screenshot i show what i mean the second headline needs to be removed

Hello @Distinctz
Can you share blog page URL?

Hi @Distinctz ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

{% if handle contains "blog" %}

{% endif %}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

https://distinctz.com/blogs/recipes

hello thanks for replying but the code didnt work?

why I’m not able to inspect element in your store.

i dont know is this a problem?

You can try

{% if template contains "blogs" %}

{% endif %}

{% nếu mẫu chứa “blog” %}

<phong cách>

[class*=“title”]{display:none !important}

{% endif %}

Hello @Distinctz
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

h1.title--primary.scroll-trigger.animate--fade-in { display: none; }

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

thanks for replying but this also didnt work