I need change a color for this element
<div class="box download">
<div class="box-inner-block">
<a href="" target="_blank" rel="noopener">Plugin Windows</a>
</div>
</div>
I call a from CSS with:
.download.box-inner-block a {
color: white!important;
}
But it does not work, why? I need this color only for the element in .box-inner-block
inside .download
.