Make site description content clickable
-
How can I use custom CSS to make the email and Skype icons in my site description content clickable (i.e., have the email icon open a mailto link)?
The blog I need help with is: (visible only to logged in users)
-
You’ll need to change the paragraph tags to anchors – for example, currently you have:
<p class="site-description">Game AI Programmer</p>This should be –
<a class="site-description" href="some-link.com">Game AI Programmer</a>If you don’t have access to change that markup then it’s not going to be possible.
- The topic ‘Make site description content clickable’ is closed to new replies.