Hey Team!
I have a CSS question that I imagine will be pretty easy for someone to resolve - but I can’t figure it out .
I updated the color of CTAs in my experience, but I can’t get the underline color upon hover to update as well.
This is the code I’ve been playing around with that does not seem to work:
.HitchhikerCTA-iconLabel {
color: #006FF0;
&:hover{
color: #006FF0;
}
}
Any help would be much appreciated!