remove element from default page - minimog theme

Topic summary

A user seeks to remove the title and breadcrumb elements from default pages (Track Order, Contact Us, FAQs) in the Minimog Shopify theme, as these elements lack customization options in the theme settings.

Initial Solutions Provided:

  • Multiple CSS approaches were suggested to hide the page header element by adding code to theme CSS files
  • One solution targeted only default pages using Custom CSS within the page settings

Issue Evolution:

  • The initial fix worked but caused titles to duplicate across pages when attempting to customize individual page titles
  • User requested to remove only the breadcrumb while keeping titles

Current Resolution:

  • Breadcrumb successfully removed using: .m-breadcrumb--wrapper {display: none !important;}
  • New request: User now wants default page titles to match the styling (font weight, positioning) of other page titles, referencing specific HTML/CSS formatting

Status: Partially resolved. Breadcrumb removal complete, but title styling alignment remains open. Minimog theme developer representative has offered direct support through their customer service channels.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

I would like my default page title to have the same format as the other page title. the font weight and position is different.

current default page title :

what it needs to look like :

the code is like this for the format wanted :

ABOUT US

thank you