Hi. Within a row on a page, I have two columns – http://www.sentinelhouse.uk/contact-us. Into each column I have added a download, but the package title is appearing in blue.
I have added the following to try and change this colour to the green used throughout the rest of the site, but when I do so, the package title in the left column changes to the correct colour, but not the package title in the right hand column.
Can anyone explain what I have done wrong please?
*.package-title a:hover {
color: #398882;
text-decoration: none;
}
.package-title a:link {
color: #398882;
}
Thanks