Hi everyone
I'm using the Debut theme, and I want all the last options in my drop down menu to be bold text. Is this possible?
I have tried so many different methods, but nothing has worked for me so far.
Thank you!
Solved! Go to the solution
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Hi KetunKumar
Thank you so much! My page URL is https://rene-poter.myshopify.com/ the password is - Nadia1234
I want the first 4 drop down menus, to have bold text on the last option, but not the other main menus.
So the menus called "Udstyr", Jakker og sweatere", "Hundefoder og godbidder" and "Pels og pleje", are the ones that needs bold text on the last option, of every menu.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
div#SiteNavLabel-jakker-og-sweatere ul li:last-child, div#SiteNavLabel-pels-og-pleje ul li:last-child{ font-weight: bold; }
li.site-nav__childlist-item ul li:last-child { font-weight: bold; }
Hope this works.
Thanks!
Thanks for the store URL.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.site-nav__dropdown li ul li:last-child a {font-weight: bold;}
After code view
This was super easy, and worked perfectly! Now it looks exactly like I wanted it to look. Thank you so much for your help!
User | Count |
---|---|
396 | |
204 | |
129 | |
46 | |
42 |