Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
My main menu headings are now in normal typography but I'd like to make them bold to make them stand more out.
Solved! Go to the solution
This is an accepted solution.
Add the CSS:
/* Make main menu headings bold */
.header__inline-menu .header__menu-item {
font-weight: bold;
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
Thanks
Thanks
Hey @DaandeLeur ,
Could you share your store URL so I can check?
Best Regard,
Rajat Sharma
ee36d0-3.myshopify.com
header > nav.header__inline-menu li a {
font-weight: 700;
}
This is an accepted solution.
Add the CSS:
/* Make main menu headings bold */
.header__inline-menu .header__menu-item {
font-weight: bold;
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
Thanks
Thanks
Great..!!
Happy to help you. If you ever need any help in the future, feel free to reach out to me anytime.
Hello @DaandeLeur
Please share your store URL and password.
So that I will check and let you know the exact solution here.