Hello, I would like the menu item ““Idee Regalo”” to be red and bold. How can I do?
I’ve tried some solution I found here for different themes but no one works.
The item doesn’t refer to a url.
Thanks!
store url please
#NavStandard > div:nth-child(5) > a > span {
color: red;
font-weight: 600;
}
Please paste this in custom css secton in your store customized section or paste it in your css file.
Thanks! It works!
You are welcome. feels free to asked if any other help required.