Shopify themes, liquid, logos, and UX
My website is: https://staine.us/
I want the "Commissions" title to be bold in the menu navigation at the top. How do I do that?
yes you have easy to manage code add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
a[href="/pages/contact"] {
font-weight: bold;
}
Hi @Staine
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.header__inline-menu .list-menu > li:last-child {
font-weight: bold;
}
I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:
Add this css at the bottom
Online Store ->Theme ->Edit code
Assets -> base.css
.header__inline-menu ul li:nth-child(4) {
font-weight: bold;
}
Hope you find my answer helpful!
Regards,
Richard-pagefly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
I have come up with a solution for the newest Dawn theme.
Just paste the below code just above the </body>
on the theme.liquid file
<style>
.header__menu-item{
font-size: 16px !important;
font-weight: bold;
}
@media (max-width: 749px){
.menu-drawer__menu-item{
font-size: 16px !important;
font-weight: bold;
}
}
</style>
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025