Hiding a href tag inside li elements using CSS
Is there way I can hide the 2nd and 3rd ‘a href’ tag inside the li tag using CSS. Also, it needs to be hidden based on the attribute selector “isInternalUser=true” which is there in the first ‘a href’ tag. I know it can be achieve using the javascript but the framework I’m using there only CSS is supported hence would like to know if it’s feasible to hide it 2nd and 3rd element using the attribute selector.