Hello,
Let me give you a description of what I am trying to achieve and then the issue I am having trying to get there.
I have a three level SuperFly Menu installed on a client’s website, we want to use the same background colour for each of the levels (no problem there), but to make the levels look distinct, I want to put a 1.5px border between each level. I have found the following CSS has the desired effect on ‘main’ level one:
.sfm-sidebar-slide #sfm-sidebar:not(.sfm-fully-hidden) {
border-left-width: 1.5px;
border-left-style: solid;
border-left-color: #4F5064;
}
However, I cannot find the CSS required to target levels 2 and 3 of the menu. I have a suspicion I need to create something similar to the above but changing these parameters: (#sfm-sidebar:not(.sfm-fully-hidden)
I have spent some time using Google’s inspector but I have not found what I need.
Any help greatly received.
Thank you!
