I'm currently working on removing text decorations from my text. I managed to remove the underline, but when I hover over the text, the color still appears. How can I get rid of this color as well?
Take a look at the code below:
messbox
{
background-color: #C2E1EE;
border: 1px solid;
padding-top: 20px;
border-color: #8EC3D9;
margin-left: 40px;
margin-right: 150px;
padding-bottom: 20px;
}
.message_box_title
{
color:#475D66;
font-size:16px;
font-family:Candara;
font-weight:bold;
margin-left: 12px;
margin-top: -10px;
}
.contectmessage a
{
color:#2A84AE;
text-decoration:none;
font-family:Candara;
margin-left:12px;
}
...and here is the image: