New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to bold main headings in header menu Dawn theme

Solved
jewellerystore1
Excursionist
46 0 4

I am using Dawn Theme. I would like to make all the main headings along the top of my mega menu to be bold. The headings View all, Categorise, Collections, Ready to ship.

 

I would also like a light drop shadow or a line to appear at the bottom of the mega menu if possible. 

 

Please help

 

Screen Shot 2023-10-09 at 8.10.08 pm.png

 

Website link : https://nuijewellery.com.au/

 

Thank you!

 

Accepted Solutions (3)
theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

 

.mega-menu__list
{
    font-weight: 500;
}
ul.mega-menu__list > li > a:first-child {
 font-weight: 600;
}

 

Try adding above code to the bototm of assets/component-mega-menu.css

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

Can you add the below codes at the end of previous code.

.mega-menu__content {
    box-shadow: 0 4px 2px -2px rgba(var(--color-foreground),.08);
}

  

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

Hi @jewellerystore1 ,

 

This issue is caused due to the code that is present on base.css. If you have added any such code on  "base.css", try removing it once.
makkaomakka_0-1696848365072.png

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

Replies 11 (11)
DelightCart
Shopify Partner
1201 81 152

@jewellerystore1 Go to assets/component-mega-menu.css and paste below csst at bototm of the fle.

 

.mega-menu__list
{
font-weight: bold;
}
Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
jewellerystore1
Excursionist
46 0 4

Thank you! It has applied it to all the text though. Is it possible to apply to just the top row?

 

Screen Shot 2023-10-09 at 8.31.56 pm.png

DelightCart
Shopify Partner
1201 81 152

@jewellerystore1 Ok, Please add below css.

 

.mega-menu__link--level-2:not(:only-child)
{
font-weight: bold;
}
Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
jewellerystore1
Excursionist
46 0 4

Can it apply to "View all" and "Ready to Ship" as well?

 

Screen Shot 2023-10-09 at 9.01.50 pm.png

theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

 

.mega-menu__list
{
    font-weight: 500;
}
ul.mega-menu__list > li > a:first-child {
 font-weight: 600;
}

 

Try adding above code to the bototm of assets/component-mega-menu.css

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

jewellerystore1
Excursionist
46 0 4

Legend! That worked. 

 

Thank you both for you help 🙂

jewellerystore1
Excursionist
46 0 4

Do you know how to add a black line on the bottom of the mega menu? right now it's just white and would like a separator. 

 

Thanks!

theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

Can you add the below codes at the end of previous code.

.mega-menu__content {
    box-shadow: 0 4px 2px -2px rgba(var(--color-foreground),.08);
}

  

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

jewellerystore1
Excursionist
46 0 4

Brilliant thank you!

jewellerystore1
Excursionist
46 0 4

I just noticed it has applied bold text to the price of this second product in my featured collection on the home page.

 

Screen Shot 2023-10-09 at 9.38.03 pm.png

theycallmemakka
Shopify Partner
968 195 206

This is an accepted solution.

Hi @jewellerystore1 ,

 

This issue is caused due to the code that is present on base.css. If you have added any such code on  "base.css", try removing it once.
makkaomakka_0-1696848365072.png

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".