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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025