Change or add font qikify mega menu

Change or add font qikify mega menu

Sasha_EE
Visitor
2 0 0

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!

Replies 2 (2)

oscprofessional
Shopify Partner
16396 2443 3193

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

  • Log in to your Shopify admin panel.
  • Go to Online Store > Themes.

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:

  • Use your browser's developer tools (right-click on the page, then Inspect) to find the CSS classes or IDs used by the Qikify Mega Menu.

Target Mega Menu:

  • Write CSS rules to target the specific elements of the Qikify Mega Menu and apply the desired font. For example:
     

 

.qikify-mega-menu {
    font-family: 'Helvetica Neue', Arial, sans-serif; /* Replace with your theme's font stack */
}

 

 

Modify Qikify Mega Menu App Settings (if available)

  1. Check App Settings:

    • Sometimes, apps like Qikify Mega Menu have their own settings panel within Shopify.
    • Look for any typography or font-related settings where you can directly change the font.

i hope this is useful for you

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Sasha_EE
Visitor
2 0 0

Thank you, I couldn't find this section of the code or even the font family section of the theme font,