How to underline hyperlink on hover wordpress and change hyperlink color

My WordPress template has hyperlinks similar to the regular text so you cant say that it is a hyperlink. 

To change a color go to Dashboard - Appearance - Customize. Then put this code:

a {

  color: #0070c9

}

To underline link on hover:

a:hover {

  text-decoration: underline

}

Comments

Popular posts from this blog

403: Access Forbidden RSFirewall

How to export issues, backlog to file in Jira Next-Gen software project

Adding comments to Joomla JoomFish articles with jComments