I want to target a specific element to modify its properties (for example):
.d-button-label { display: none !important;}
But then realized it’s used all over the place in Discourse, not just in the plugin element I was trying to customize. So how would I go about targeting that specific label?