Thank you for replying back. It worked out. On my site I would like to do the same for the side widget. I tried this CSS:
.colors-dark .widget-title a:hover {
text-decoration: initial;
box-shadow: initial;
color: #ccc;
}
But it didn’t change. I would like to remove the hover link on my copyright too. Thanks again for your help.