Can hyperlink text in H2 be different font from rest of h2?
Posted: Tue May 31, 2016 10:03 am
I have a H2 tag. It's styled with translucent background and a font size.
But I've been asked to put text below it, that is small. ie "click here for full range".
I tried this:
But I don't see a way of saying:
h2 { this font size }
h2 a { a smaller font size}.
Can it be done??
But I've been asked to put text below it, that is small. ie "click here for full range".
I tried this:
Code: Select all
<div class='home-column-inner'>
<a href='/link-here'>
<h2>Title here<br/><a href='/link-here'>Click for full range</a></h2>
</div>h2 { this font size }
h2 a { a smaller font size}.
Can it be done??