You can target elements by its properties on css with the selector element[property="value"] , so: div[data-title="something"] { display: none; }. EDIT.
確定! 回上一頁