Shopify themes, liquid, logos, and UX
I've been trying to change the font on the Qikify Mega Menu app, but they don't have the start (Craft) theme option. Customer service didn't really tell me how to do this—they tried to get access to my page but then didn't end up doing anything about it.
How can I change the font in the Qikify Mega Menu to match the original Shopify Craft theme font or upload my own custom font? I want to add or have the original Shopify fonts available. Any help would be greatly appreciated!
Hello @Sasha_EE i hope you will fine
First of all, check your mega menu app whether it has permission for modification or not, if it has permission to change the app font, if not then you will not be able to do so.
if there is permission
1) Use Shopify Theme Editor
2) Find your current theme (e.g., Craft theme) and click on "Actions" > "Edit code".
3) In the theme editor, navigate to the section where the font settings are typically located. This might be under "Assets" > "theme.scss.liquid" or a similarly named file depending on your theme structure.
4) Look for CSS rules that define the font family used throughout your theme. This is usually found under headings like body, h1, h2, etc.
5) Replace the existing font family with the one used in your Craft theme. For example:
body {
font-family: 'Helvetica Neue', Arial, sans-serif; /* Replace with your theme's font stack */
}
Identify Element Classes:
Target Mega Menu:
.qikify-mega-menu {
font-family: 'Helvetica Neue', Arial, sans-serif; /* Replace with your theme's font stack */
}
Check App Settings:
i hope this is useful for you
Thank you, I couldn't find this section of the code or even the font family section of the theme font,
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025