I don’t know why the treats text is so small and not the same size of the other options.
How can the text Treats be the same size as the rest of options?
Main issue: On mobile, the menu drawer shows the “Treats” link text smaller than other menu items on bendersbakery.com.
Access/context:
Proposed fixes shared:
Current status:
Notes:
I don’t know why the treats text is so small and not the same size of the other options.
How can the text Treats be the same size as the rest of options?
Your store has password protected so I can not check.
The password is BendersPassword
Hi, Please share password of the store.
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
.newsletter-form__field-wrapper .field__input {
margin: 10;
}
summary#HeaderDrawer-treats {
font-size: 28px;
}
This is what I have right now and still seeing the issue:
.collection__title.title-wrapper.title-wrapper–no-top-margin.page-width h2 {
text-align: center !important;
}
.newsletter-form__field-wrapper .field__input {
margin: 10;
}
summary#HeaderDrawer-treats {
font-size: 28px;
}
Sorry, I didnt notice your reply. Replace on this code.
Same Instruction.
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.header .list-menu__item {
font-family: Celebes Regular !important;
font-size: 28px !important;
text-transform: capitalize;
}