Data attributes with css selectors -


this question has answer here:

i trying remove div targeting data selector.

css

[data-id="b5c3cde7-8aa1"]  {     display:none; } 

does not work. is possible?

you have add attribute div hide it:

[data-id="b5c3cde7-8aa1"]  {      display:none;  }
<div data-id="b5c3cde7-8aa1">hide me</div>


Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

javascript - three.js lot of meshes optimization -

Email notification in google apps script -