I have a question here Replacing an image (in an <img /> tag) using css
about image replacing and now I have another wonder about text
I have the following code
<div class="A">
<a class="B" href="#">Learn more</a>
</div>
In the media query css, I would like to not display the text anymore, what should I do in this case ?
.A a .B
{
}