Bold Submenu - Sense theme Mega Menu

Hi everyone,

I’m customizing my Shopify store and I need some help with styling my mega menu. Specifically, I want to make only the submenu item (Submenu 1) bold in my menu structure, which is:

  • Menu 1
    • Submenu 1
      • Child Menu 1

I’m using a standard mega menu layout. Could anyone provide guidance on how to target and bold just the “Submenu 1” item using CSS?

Thanks a lot for your assistance!

2 Likes

Hi @selleranna

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hey @selleranna

Share your Store URL and Password if enabled.

Best Regards,

Moeed

https://www.izicart.com/

  • Here is the solution for you @selleranna
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.header__menu-item span {
    font-weight: bold !important;
}

-If they don’t work please share the link to your store so I can check.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like