How am I able to remove these text or unbold them from our Header/Navigation bar?

How am I able to remove these text or unbold them from our Header/Navigation bar?

Hello @ricky24
Can you share store URL?

https://3kc316g488omvj2z-12053444.shopifypreview.com

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.sub-menu.mega-menu-container a.mega-menu-columns__heading { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Thank you! How am I able to move the entire thing left and bold the circled part?

Hi @ricky24

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello! Am I able to apply this to mobile header navigation?