We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove phone number from header - minion theme

Solved

Remove phone number from header - minion theme

Frolicksy
Tourist
3 0 1

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! 

Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Frolicksy,

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

.header-phone-number__desktop {
    display: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 5 (5)

CodingFifty
Shopify Partner
1102 161 190

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 </head> tag:

<style>
.header-phone-number__desktop {
    display: none !important;
}
</style>

 

CodingFifty_0-1751107002269.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Frolicksy
Tourist
3 0 1

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! 🙂

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Frolicksy,

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

.header-phone-number__desktop {
    display: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Frolicksy
Tourist
3 0 1

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 🙂 

 

namphan
Shopify Partner
2777 358 407

Hi @Frolicksy,

Welcome to support you 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com