How can I remove titles from all pages?

Hi, I want to remove titles from all the pages, how can I do it?

Hi @arutze
Its SideNode! We will be happy to help you today.

can u share your frontend preview link of your website

Let me know if need further assistance
Regards,
SideNode

1 Like

Hey @arutze
Kindly share your Store URL and Password if enabled

1 Like

Hi @arutze .

Kindly share your Store URL and Password.

1 Like

Hello @arutze

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.banner__heading {
   display: none !important;
}
1 Like