Change the heading for mobile menu

Change the heading for mobile menu

Dramallama
Shopify Partner
9 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 3 (3)

KetanKumar
Shopify Partner
37598 3668 12156

@Dramallama 

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

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com 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
9 0 4

NOSEINTL to NOSE

KetanKumar
Shopify Partner
37598 3668 12156

@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. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com 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