How to apply CSS to sidebar navigation group
Hi everyone!
I want to apply CSS to only one navigation group, but it doesn't works. For example if i want to hide navigation group label for a menu called "First Menu" i add this code
but it doesn't works. Any ideas?
Thanks a lot!
4 Replies
Where did you add this? In a custom theme?
Did you check the CSS rules in the DevTools?
Solution
@Xavi, you need to remove the space before
[data-group-label]
great @Tetracyclic thank you so much!