Shopify themes, liquid, logos, and UX
Hello to all the Shopify community :-),
I need help for CSS coding on Dawn Theme -> I would like to put one category of my main navigation menu in BOLD.
> The "ATELIER GRAVURE" navigation menu should appear in bold.
I tried to quibble with the code but nothing to do. I'm having trouble identifying my menu or placing my code incorrectly on my CSS stylesheet.
Here is a link to my webshop: https://www.bliche.fr
Thank you for your help
Solved! Go to the solution
This is an accepted solution.
ul.list-menu.list-menu--inline li:nth-last-child(3) a {
color: black;
font-weight: 800 !important;
}
1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
This is an accepted solution.
yes, please remove this code
ul.list-menu.list-menu--inline li:nth-last-child(3) a { color: black; font-weight: 800 !important; }
and add below
a[href="/collections/bijoux-graves"] span {
font-weight: bold !important;
}
This is an accepted solution.
ul.list-menu.list-menu--inline li:nth-last-child(3) a {
color: black;
font-weight: 800 !important;
}
1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@Ombline
let me know if you need any more help. we are always happy to help you.
"ATELIER GRAVURE" is now in bold, but I have also some categories in bold in the dawn menu...
ul li:nth-last-child(3) span {
font-weight: 800 !important;
}
@Ombline
Remove previous code and add this code.
I need a code so that this also shows on mobile
This is an accepted solution.
yes, please remove this code
ul.list-menu.list-menu--inline li:nth-last-child(3) a { color: black; font-weight: 800 !important; }
and add below
a[href="/collections/bijoux-graves"] span {
font-weight: bold !important;
}
Hello Even I am also searching for the same thing. I am using dawn theme 10 and need to bold specific navigation menu in bold. Please help.
Hey, this worked for me, thank you! But it only shows on desktop, how can i make it appear on mobile menu too?
Thank you in advance!
Hey, this doesn't work for me, the other one worked, but just for desktop and not mobile
can you please share store url
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024