I am trying to make the “Buy Now” menu item bold. Can anyone help?
@epoll24 the most simple method, would be to find the menu item in code, add an extra class to it, let’s say “extra”
In the css file, add the entire list of classes to it and make font-weight:bold;
Could you share the URL of your site, along with the name of the theme?
1 Like
It uses the Dawn theme
1 Like
Hi @epoll24
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste code at last
/*
remove it when you change menu
*/
header ul.list-menu.list-menu--inline li:nth-child(1) a, header-drawer ul.menu-drawer__menu.list-menu li:nth-child(1) a {
font-weight: bold;
}
2 Likes
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
a[href="/products/the-pulse-device-bundle"] {
font-weight: bold;
text-transform: uppercase;
}
1 Like
Is there a way to make it so that the “Home” button doesn’t disappear?
Is there a way to make it so that the “Home” button doesn’t disappear when doing this?


