Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
.menu-promotion__title {
margin-bottom: 0px;
}
.navigation__link.navigation__column-title.heading-font {
color: red;
}
Works on the header on the website, but on mobile on the side menu, nothing is effecting it. I'm on the mode theme.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, it would be different code cause its a drawer menu. Check this one.
div#MobileNavigationDrawer ul.navigation__tier-1, a.mobile-nav-toggle.tap-target {
color: #e93324;
}
div#MobileNavigationDrawer ul.navigation__tier-1, a.mobile-nav-toggle.tap-target {
color: #e93324 !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Aidenma23
You need to add media query. If you would not mind can I take a look? And share your store URL. Thanks!
The site is not live yet. This is the preview I think.
https://solarproslocker.com/?_ab=0&_fd=0&_sc=1
This is an accepted solution.
Thanks for the info, it would be different code cause its a drawer menu. Check this one.
div#MobileNavigationDrawer ul.navigation__tier-1, a.mobile-nav-toggle.tap-target {
color: #e93324;
}
div#MobileNavigationDrawer ul.navigation__tier-1, a.mobile-nav-toggle.tap-target {
color: #e93324 !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much! I'm also trying to make the image in the mobile headers larger, any change you could help with that?
Yes sure, only in the desktop? if it is try this one.
Same Instruction.
@media (min-width: 768px){
.navigation--desktop {
font-size: 25px;
}
}
If its not working add some !important;
And Save .
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I want to make the promotion card images larger only on mobile, not the text on desktop.
I've tried adding a media inqury:
@media and (max-width: 768px) {
But it doesn't work. Possibly I am doing it wrong?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025