I'm trying to change the go top icon when the cursor is hovering over to a white background and green arrow but the code below does not seem to be working;
.go-top:hover {
background-color: #fff;
color: #069146;
opacity: 100;
}
Instead I am getting an orange arrow. Any advice on how to fix it?
Thanks