How do I bold text in Warehouse Mega Menu?

Hi, I am using the Warehouse theme from Maestro.

I am trying to figure out how to make the menu items to be bold?
Thank you.

1 Like

@MrJD

Please share your store URL.

Hello this is the url

https://jun-direct-by-tokyo-mart.myshopify.com/

pass is 12345!

hello @MrJD

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.mega-menu__inner  .mega-menu__column > a {
          font-weight: bold !important; 
  }
2 Likes

Thank you, this worked seamlessly

Hi, I’m using Dawn theme and I want to do the same. But I cannot find theme.css file in assets. Can you please help? Thank You!

@RC_Box

Please add CSS code to your assets/base.css bottom of the file.

Thanks!

Hi, Thanks for the reply. I followed the steps, pasted at bottom of assets/base.css and saved. But still didn’t make any changes. Am I doing something wrong?