Hey,
I would like to know how can I have the ‘‘shop’’ in bold in my menu ?
Thanks.
Link : https://relentless-clothingz.myshopify.com
Hey,
I would like to know how can I have the ‘‘shop’’ in bold in my menu ?
Thanks.
Link : https://relentless-clothingz.myshopify.com
Please Add this CSS to your css file
ul#SiteNav li.site-nav--has-dropdown {
font-weight:bolder !important;
}
Thank You!
Hi @Ulysse1300 ,
Go to Assets > theme.css and paste this at the bottom of the file:
.site-nav li:first-child .site-nav__link--main .site-nav__label {
font-weight: 600 !important;
}
With instructions of @infoatcodelab7 , it will bold all titles inside of mega menu ‘Shop’.
Hope it helps!
Thanks for both of your answer, it works perfectly.