Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi guys. Is there any way to change the heading of mobile menu (NOSEINTL) on mobile view? My current theme is Impulse 4.0.5.1
Website link: https://noseintl.com/
yes please share your heading name so i will code and update you
NOSEINTL to NOSE
@Dramallama thanks yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.liquid->paste below code at the bottom of the file.
<style>
.t4s-drawer__header {
position: relative;
}
.t4s-drawer__header::before {
position: absolute;
content: "";
width: 100%;
background: #fff;
height: 100%;
left: 0;
}
.t4s-drawer__header::after {
position: absolute;
width: 100%;
height: 100%;
content: "NOSE";
display: flex;
align-items: center;
font-size: 16px;
color: var(--t4s-dark-color);
font-weight: 600;
text-transform: uppercase;
padding-top: 4px;
}
</style>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025