How can i change the exceptional element on the hamburger menu ( Collections )

Solved

How can i change the exceptional element on the hamburger menu ( Collections )

Pawzyy
Visitor
3 0 0

The hamburger menu look fine , except the Collection element that open to more options as you see...

he is different from the others and i would like to fix it please 🙂

The font and weight is different of some reason.

צילום מסך 2024-09-20 ב-13.06.59 1.jpg

Accepted Solution (1)
namphan
Shopify Partner
1331 164 199

This is an accepted solution.

Hi @Pawzyy,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.panel-list__wrapper button.text-with-icon {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    webkit-font-smoothing: antialised;
    font-family: varela round;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]

View solution in original post

Replies 5 (5)

namphan
Shopify Partner
1331 164 199

Hi @Pawzyy,

Please send me the store link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
Pawzyy
Visitor
3 0 0

Hi Namphan ! Thank you , my store link is : https://pawzyy.com/

 

namphan
Shopify Partner
1331 164 199

This is an accepted solution.

Hi @Pawzyy,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.panel-list__wrapper button.text-with-icon {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    webkit-font-smoothing: antialised;
    font-family: varela round;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
Pawzyy
Visitor
3 0 0

Thank you so much ! The code is perfect and the problem has been solved 🙂

I'm appreciate it, have a good day 😇

namphan
Shopify Partner
1331 164 199

Hi @Pawzyy,

If you have any questions, you can contact me directly.
Nice to meet you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]