remove element from default page - minimog theme

Hello,

Go to online store and chose edit code.

Open the file main.css

Paste the following code at the bottom

.m-page-header.m-page-header–template-page.m:text-center.m-scroll-trigger.animate–fade-in-up {
display: none !important;
}

This will hide all the titles and breadcrumbs

1 Like