Does anyone succesfully hidden an option (from multiple options fields) just using css display:none?
I was able to do hide an specific option, however, it's not being applied only in a specific view, but in my whole app. I would like to hide option only on view_XX.
So the code I was trying is:
#view_4587 > #kn-input-field_2080 > div > div:nth-child(2) {display: none;}
But it's not working...