Change the heading for mobile menu

Change the heading for mobile menu

Dramallama
Shopify Partner
8 0 4

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/

 

Screenshot 2024-09-27 155625.png

Replies 4 (4)

Sangeetanahar
Explorer
541 36 69

hello @Dramallama 

You have to change this or remove it

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

KetanKumar
Shopify Partner
37094 3645 12053

@Dramallama 

yes please share your heading name so i will code and update you

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Dramallama
Shopify Partner
8 0 4

NOSEINTL to NOSE

KetanKumar
Shopify Partner
37094 3645 12053

@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>

KetanKumar_0-1727428538980.png

 



If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing