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
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
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
- 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

