I am trying to make the "view all" link to the right of each h1 header to be smaller.
.view-all a:link,
.view-all a:visited {
text-size:.5em;
}
<h1>Student Activities <span class="view-all">
<a href="/student_activities/calendar/" title="view all">
view all</a></span></h1>
Any help is appreciated as to what I am doing wrong.
All of this is within <div class="content-body"></div>
If there is a better way of doing this, let me know.
Thanks.