Remove phone number from header - minion theme

Hi All,

I’m wanting to remove the phone number from the header of the minion theme. Does anyone know how to do this please?

Thanks!

Hey! @Frolicksy ,

Go to your Shopify Admin Panel.

Navigate to Online Store → Themes.

Click on Edit Code (not Customize).

Open the theme.liquid file (found inside the Layout folder).

Scroll down and paste the code just before the tag:


Hi @Frolicksy ,

Please go to Customize > Theme settings > Custom CSS and add code:

.header-phone-number__desktop {
    display: none;
}

Legend! Thank you SO much for this, worked perfectly! It’s these little things I’m still learning and I appreciate Shopify support so much :slightly_smiling_face:

Thank you! The comment below with code to remove this part of the page was a simple fix and worked immediately, I had tried removing phone number from being shown through settings which hadn’t worked.

Thanks for your support and input! :slightly_smiling_face:

Hi @Frolicksy ,

Welcome to support you :blush: